mirror of https://git.rancher.io/charts
22 lines
394 B
YAML
22 lines
394 B
YAML
# Default values for rancher-gatekeeper-crd.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
psp:
|
|
enabled: false
|
|
|
|
image:
|
|
repository: rancher/kubectl
|
|
tag: v1.20.2
|
|
|
|
enableRuntimeDefaultSeccompProfile: true
|
|
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|