Skip to content

Commit 80121cd

Browse files
committed
Added enableServiceLinks field
1 parent 286c9eb commit 80121cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ spec:
4949
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
5050
{{- if .Values.podSecurityContext.enabled }}
5151
securityContext: {{- include "renderSecurityContext" (dict "securityContext" .Values.podSecurityContext "context" .) | nindent 8 }}
52+
enableServiceLinks: {{ .Values.enableServiceLinks }}
5253
{{- end }}
5354
volumes:
5455
- name: empty-dir

helm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ replicas: 1
2727

2828
containerPort: 5050
2929
disablePostfix: true
30+
enableServiceLinks: false
3031
auth:
3132
3233
password: ""

0 commit comments

Comments
 (0)