fix: don't remove leading new line (#6800)

This commit is contained in:
AlexRRR 2019-02-01 21:03:34 +01:00 committed by Maxime Beauchemin
parent 713b0ae4f4
commit 416534add5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
{{- if .Values.ingress.enabled -}}
{{ if .Values.ingress.enabled -}}
{{- $fullName := include "superset.fullname" . -}}
{{- $ingressPath := .Values.ingress.path -}}
apiVersion: extensions/v1beta1