mirror of https://git.rancher.io/rke2-charts
38 lines
842 B
Diff
38 lines
842 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -6,7 +6,7 @@
|
|
httpEndpoint: ":8080"
|
|
|
|
image:
|
|
- repository: registry.k8s.io/sig-storage/snapshot-controller
|
|
+ repository: rancher/mirrored-sig-storage-snapshot-controller
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
@@ -27,9 +27,16 @@
|
|
|
|
resources: {}
|
|
|
|
-nodeSelector: {}
|
|
+nodeSelector:
|
|
+ kubernetes.io/os: linux
|
|
|
|
-tolerations: []
|
|
+tolerations:
|
|
+- key: "node-role.kubernetes.io/control-plane"
|
|
+ operator: "Exists"
|
|
+ effect: "NoSchedule"
|
|
+- key: "node-role.kubernetes.io/etcd"
|
|
+ operator: "Exists"
|
|
+ effect: "NoExecute"
|
|
|
|
affinity: {}
|
|
|
|
@@ -54,3 +61,6 @@
|
|
# velero.io/csi-volumesnapshot-class: "true"
|
|
# driver: linstor.csi.linbit.com
|
|
# deletionPolicy: Delete
|
|
+
|
|
+global:
|
|
+ systemDefaultRegistry: ""
|