rancher-charts/charts/rancher-gatekeeper-crd/100.0.1+up3.6.0/values.yaml

20 lines
374 B
YAML
Raw Normal View History

2021-08-30 16:48:23 +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: ""
image:
repository: rancher/kubectl
tag: v1.20.2
2022-03-03 00:21:46 +00:00
nodeSelector:
kubernetes.io/os: linux
tolerations:
- key: cattle.io/os
operator: "Equal"
value: "linux"
effect: NoSchedule