File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 0.1.7-rc3
1+ 0.1.7-rc.5
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ metadata:
1818 name : {{ $fullName }}
1919 labels :
2020 {{- include "kuberoapp.labels" . | nindent 4 }}
21- {{- with .Values.ingress.annotations }}
2221 annotations :
22+ {{- with .Values.ingress.annotations }}
2323 {{- toYaml . | nindent 4 }}
24+ {{- end }}
2425 {{- if gt (len .Values.basicAuth.accounts) 0 }}
2526 nginx.ingress.kubernetes.io/auth-secret : {{ include "kuberoapp.fullname" . }}-htpasswd
2627 nginx.ingress.kubernetes.io/auth-type : basic
2728 nginx.ingress.kubernetes.io/auth-realm : {{ .Values.basicAuth.realm | quote }}
2829 {{- end }}
29- {{- end }}
3030spec :
3131 {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
3232 ingressClassName : {{ .Values.ingress.className }}
Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ resources: {}
160160
161161basicAuth :
162162 realm : " Protected"
163- accounts : []
164- # - user: foo
165- # password: bar
163+ accounts :
164+ - user : foo
165+ password : bar
166166 # - user: bar
167167 # password: foo
168168
You can’t perform that action at this time.
0 commit comments