Skip to content

Commit

Permalink
add automountServiceAccountToken: true
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Apr 11, 2024
1 parent fe6612c commit f56b552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/appgate-server/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
automountServiceAccountToken: true
name: {{ include "appgate-server.serviceAccountName" . }}
labels:
{{- include "appgate-server.labels" . | nindent 4 }}
Expand Down
1 change: 1 addition & 0 deletions charts/relayminer/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
automountServiceAccountToken: true
name: {{ include "relayminer.serviceAccountName" . }}
labels:
{{- include "relayminer.labels" . | nindent 4 }}
Expand Down

0 comments on commit f56b552

Please sign in to comment.