We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286c9eb commit 80121cdCopy full SHA for 80121cd
helm/templates/deployment.yaml
@@ -49,6 +49,7 @@ spec:
49
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
50
{{- if .Values.podSecurityContext.enabled }}
51
securityContext: {{- include "renderSecurityContext" (dict "securityContext" .Values.podSecurityContext "context" .) | nindent 8 }}
52
+ enableServiceLinks: {{ .Values.enableServiceLinks }}
53
{{- end }}
54
volumes:
55
- name: empty-dir
helm/values.yaml
@@ -27,6 +27,7 @@ replicas: 1
27
28
containerPort: 5050
29
disablePostfix: true
30
+enableServiceLinks: false
31
auth:
32
email: [email protected]
33
password: ""
0 commit comments