Merge pull request #244 from manuelbuil/disable-apiServer

Disable calico apiServer by default
pull/246/head
Manuel Buil 2022-04-21 19:14:30 +02:00 committed by GitHub
commit d589066199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- charts-original/values.yaml --- charts-original/values.yaml
+++ charts/values.yaml +++ charts/values.yaml
@@ -1,8 +1,24 @@ @@ -1,11 +1,27 @@
imagePullSecrets: {} imagePullSecrets: {}
installation: installation:
@ -24,7 +24,11 @@
+ imagePrefix: "mirrored-calico-" + imagePrefix: "mirrored-calico-"
apiServer: apiServer:
enabled: true - enabled: true
+ enabled: false
certs:
node:
@@ -20,9 +36,24 @@ @@ -20,9 +36,24 @@
# Configuration for the tigera operator # Configuration for the tigera operator

View File

@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.22.1/tigera-operator-v3.22.1.tgz url: https://github.com/projectcalico/calico/releases/download/v3.22.1/tigera-operator-v3.22.1.tgz
packageVersion: 01 packageVersion: 02
additionalCharts: additionalCharts:
- workingDir: charts-crd - workingDir: charts-crd
crdOptions: crdOptions: