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: ""
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: rancher/kubectl
|
|
|
|
tag: v1.20.2
|
2022-03-02 23:58:28 +00:00
|
|
|
|
2022-03-17 23:33:13 +00:00
|
|
|
## Node labels for pod assignment
|
|
|
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
|
|
##
|
|
|
|
nodeSelector: {}
|
2022-03-02 23:58:28 +00:00
|
|
|
|
2022-03-17 23:33:13 +00:00
|
|
|
## List of node taints to tolerate (requires Kubernetes >= 1.6)
|
|
|
|
tolerations: []
|