Skip to content

Commit

Permalink
Disable enableServiceLinks to reduce environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
  • Loading branch information
YaSuenag committed Aug 9, 2023
1 parent 0ed709d commit 19bcb02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
serviceAccountName: {{ include "carbon-aware-sdk.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
enableServiceLinks: false
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit 19bcb02

Please sign in to comment.