Skip to content

Commit b3afaa7

Browse files
committed
Testing
1 parent 64212ee commit b3afaa7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

templates/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ global:
112112
## Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles
113113
createAggregateClusterRoles: false
114114
pspEnabled: false
115-
pspAnnotations: {}
116-
## Specify pod annotations
117-
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
118-
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
119-
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl
120-
##
121-
# seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
122-
# seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
123-
# apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
115+
# pspAnnotations: {}
116+
## Specify pod annotations
117+
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
118+
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
119+
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl
120+
##
121+
# seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
122+
# seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
123+
# apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
124124

125125
## Reference to one or more secrets to be used when pulling images
126126
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

0 commit comments

Comments
 (0)