File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555{{ toYaml .Values.controller.podAnnotations | indent 8 }}
5656 {{- end }}
5757 spec :
58- enableServiceLinks : {{ default true ." Values.controller.enableServiceLinks" }}
58+ enableServiceLinks : {{ default true .Values.controller.enableServiceLinks }}
5959 serviceAccountName : {{ template "kubernetes-ingress.serviceAccountName" . }}
6060 terminationGracePeriodSeconds : {{ .Values.controller.terminationGracePeriodSeconds }}
6161 {{- if $useHostNetwork }}
Original file line number Diff line number Diff line change 5555{{ toYaml .Values.controller.podAnnotations | indent 8 }}
5656 {{- end }}
5757 spec :
58- enableServiceLinks : {{ default true ." Values.controller.enableServiceLinks" }}
58+ enableServiceLinks : {{ default true .Values.controller.enableServiceLinks }}
5959 serviceAccountName : {{ template "kubernetes-ingress.serviceAccountName" . }}
6060 terminationGracePeriodSeconds : {{ .Values.controller.terminationGracePeriodSeconds }}
6161{{- with .Values.controller.topologySpreadConstraints }}
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ controller:
174174 # # ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
175175 podAnnotations : {}
176176 # key: value
177-
177+
178178 # # Allows to enable/disable environment variables for finding services
179179 # # ref: https://kubernetes.io/docs/tutorials/services/connect-applications-service/#accessing-the-service
180180 # # Note: Possible performance issues in large clusters: https://github.com/kubernetes/kubernetes/issues/92615
You can’t perform that action at this time.
0 commit comments