2021-05-17 22:30:18 +00:00
|
|
|
# Default values for rancher-gatekeeper-crd.
|
|
|
|
# This is a YAML-formatted file.
|
|
|
|
# Declare variables to be passed into your templates.
|
|
|
|
|
|
|
|
global:
|
|
|
|
cattle:
|
|
|
|
systemDefaultRegistry: ""
|
2023-01-27 19:41:08 +00:00
|
|
|
psp:
|
|
|
|
enabled: false
|
2021-05-17 22:30:18 +00:00
|
|
|
|
|
|
|
image:
|
|
|
|
repository: rancher/kubectl
|
|
|
|
tag: v1.20.2
|
2023-02-08 14:22:01 +00:00
|
|
|
|
|
|
|
enableRuntimeDefaultSeccompProfile: true
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- ALL
|