mirror of https://git.rancher.io/rke2-charts
Merge pull request #244 from manuelbuil/disable-apiServer
Disable calico apiServer by defaultpull/246/head
commit
d589066199
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -1,8 +1,24 @@
|
||||
@@ -1,11 +1,27 @@
|
||||
imagePullSecrets: {}
|
||||
|
||||
installation:
|
||||
|
@ -24,7 +24,11 @@
|
|||
+ imagePrefix: "mirrored-calico-"
|
||||
|
||||
apiServer:
|
||||
enabled: true
|
||||
- enabled: true
|
||||
+ enabled: false
|
||||
|
||||
certs:
|
||||
node:
|
||||
@@ -20,9 +36,24 @@
|
||||
|
||||
# Configuration for the tigera operator
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.22.1/tigera-operator-v3.22.1.tgz
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue