Skip to content

Commit

Permalink
fix(base-cluster): add missing seccompProfiles (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Jun 18, 2024
1 parent a931a2e commit 18b59c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
runAsGroup: 1000
runAsUser: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
containers:
- name: fail
image: {{ template "base-cluster.kubectl.image" . }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
runAsUser: 1000
runAsNonRoot: true
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
automountServiceAccountToken: false
restartPolicy: OnFailure
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
runAsUser: 1000
runAsNonRoot: true
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
automountServiceAccountToken: false
restartPolicy: OnFailure
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
runAsUser: 1000
runAsNonRoot: true
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
automountServiceAccountToken: false
restartPolicy: OnFailure
containers:
Expand Down

0 comments on commit 18b59c6

Please sign in to comment.