Skip to content

Commit

Permalink
properly quote default seccomp profile
Browse files Browse the repository at this point in the history
  • Loading branch information
psychosis448 authored and tekton-robot committed Feb 4, 2022
1 parent c4bf09e commit 0b50897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/101-podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
app.kubernetes.io/part-of: tekton-pipelines
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default'
seccomp.security.alpha.kubernetes.io/defaultProfileName: runtime/default
seccomp.security.alpha.kubernetes.io/defaultProfileName: 'runtime/default'
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
spec:
Expand Down

0 comments on commit 0b50897

Please sign in to comment.