Skip to content

Commit

Permalink
chore: enable auto mount service account
Browse files Browse the repository at this point in the history
leonsteinhaeuser committed Nov 26, 2024
1 parent e6cf4ff commit 698a7b8
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ spec:
securityContext:
runAsUser: 65535
runAsGroup: 65535
automountServiceAccountToken: false
automountServiceAccountToken: true
serviceAccountName: *name
containers:
- name: *name
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ spec:
securityContext:
runAsUser: 65535
runAsGroup: 65535
automountServiceAccountToken: false
automountServiceAccountToken: true
serviceAccountName: *name
containers:
- name: *name
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ spec:
securityContext:
runAsUser: 65535
runAsGroup: 65535
automountServiceAccountToken: false
automountServiceAccountToken: true
serviceAccountName: *name
containers:
- name: *name

0 comments on commit 698a7b8

Please sign in to comment.