charts/teleport-cluster/.lint/security-context.yaml

9 lines
180 B
YAML

clusterName: helm-lint
securityContext:
allowPrivilegeEscalation: false
privileged: false
readOnlyRootFilesystem: false
runAsGroup: 99
runAsNonRoot: true
runAsUser: 99