Removed indentation
This commit is contained in:
parent
9477838781
commit
60f314034c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ metadata:
|
|||
{{- with .Values.controller.labels }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
name: {{ tpl (toYaml .Values.controller.ingressClassResource.name) . | nindent 2 }}
|
||||
name: {{ tpl (toYaml .Values.controller.ingressClassResource.name) . }}
|
||||
{{- if .Values.controller.ingressClassResource.default }}
|
||||
annotations:
|
||||
ingressclass.kubernetes.io/is-default-class: "true"
|
||||
|
|
Loading…
Reference in a new issue