Skip to content

Commit b24f020

Browse files
committed
set enableServiceLinks to false by default
1 parent 42ad5fc commit b24f020

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

chart/templates/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ spec:
1515
labels:
1616
{{- include "basic.selectorLabels" . | nindent 8 }}
1717
spec:
18-
{{- if .Values.enableServiceLinks }}
19-
enableServiceLinks: {{ .Values.enableServiceLinks }}
20-
{{- end }}
18+
enableServiceLinks: false
2119
containers:
2220
- name: {{ .Release.Name }}
2321
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"

0 commit comments

Comments
 (0)