mirror of https://git.rancher.io/charts
35 lines
893 B
YAML
35 lines
893 B
YAML
image:
|
|
repository: rancher/rancher-webhook
|
|
tag: v0.4.0
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
hostNetwork: false
|
|
|
|
capi:
|
|
enabled: false
|
|
port: 8777
|
|
|
|
mcm:
|
|
enabled: true
|
|
|
|
# tolerations for the webhook deployment. See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ for more info
|
|
tolerations: []
|
|
nodeSelector: {}
|
|
|
|
## PriorityClassName assigned to deployment.
|
|
priorityClassName: ""
|
|
|
|
# port assigns which port to use when running rancher-webhook
|
|
port: 9443
|
|
|
|
# Parameters for authenticating the kube-apiserver.
|
|
auth:
|
|
# CA for authenticating kube-apiserver client certs. If empty, client connections will not be authenticated.
|
|
# Must be base64-encoded.
|
|
clientCA: ""
|
|
# Allowlist of CNs for kube-apiserver client certs. If empty, any cert signed by the CA provided in clientCA will be accepted.
|
|
allowedCNs: []
|