Skip to content

Commit

Permalink
helm: set automountServiceAccountToken to false for snippet-service
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Aug 21, 2024
1 parent 50a78f7 commit 184647e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/plgd-hub/templates/snippet-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
labels:
{{- include "plgd-hub.snippetservice.selectorLabels" . | nindent 8 }}
spec:
automountServiceAccountToken: false
{{- with .Values.snippetservice.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 184647e

Please sign in to comment.