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

19 lines
431 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
2022-03-18 21:10:45 +00:00
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
2022-03-03 00:21:46 +00:00
2022-03-18 21:10:45 +00:00
## List of node taints to tolerate (requires Kubernetes >= 1.6)
tolerations: []