Refactor: move openebs and sealed-secrets to ArgoCD, use valuesObject
- Remove OpenEBS from k0s.yaml bootstrap (deploy via ArgoCD instead) - Remove sealed-secrets from bootstrap Helm chart (deploy via ArgoCD) - Convert helm values to valuesObject in Argo apps
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
targetRevision: v0.22.0
|
||||
chart: tinkerbell
|
||||
helm:
|
||||
values: |
|
||||
valuesObject:
|
||||
publicIP: 172.16.81.254
|
||||
artifactsFileServer: http://172.16.81.254:7173
|
||||
trustedProxies:
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
targetRevision: 0.15.1
|
||||
chart: cluster-api-operator
|
||||
helm:
|
||||
values: |
|
||||
valuesObject:
|
||||
cert-manager:
|
||||
enabled: false
|
||||
destination:
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
source:
|
||||
repoURL: https://openebs.github.io/openebs
|
||||
chart: openebs
|
||||
targetRevision: "4.2.0"
|
||||
targetRevision: "4.4.0"
|
||||
helm:
|
||||
releaseName: openebs
|
||||
valuesObject:
|
||||
|
||||
Reference in New Issue
Block a user