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
|
targetRevision: v0.22.0
|
||||||
chart: tinkerbell
|
chart: tinkerbell
|
||||||
helm:
|
helm:
|
||||||
values: |
|
valuesObject:
|
||||||
publicIP: 172.16.81.254
|
publicIP: 172.16.81.254
|
||||||
artifactsFileServer: http://172.16.81.254:7173
|
artifactsFileServer: http://172.16.81.254:7173
|
||||||
trustedProxies:
|
trustedProxies:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
targetRevision: 0.15.1
|
targetRevision: 0.15.1
|
||||||
chart: cluster-api-operator
|
chart: cluster-api-operator
|
||||||
helm:
|
helm:
|
||||||
values: |
|
valuesObject:
|
||||||
cert-manager:
|
cert-manager:
|
||||||
enabled: false
|
enabled: false
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://openebs.github.io/openebs
|
repoURL: https://openebs.github.io/openebs
|
||||||
chart: openebs
|
chart: openebs
|
||||||
targetRevision: "4.2.0"
|
targetRevision: "4.4.0"
|
||||||
helm:
|
helm:
|
||||||
releaseName: openebs
|
releaseName: openebs
|
||||||
valuesObject:
|
valuesObject:
|
||||||
|
|||||||
@@ -16,11 +16,6 @@ dependencies:
|
|||||||
repository: https://charts.jetstack.io
|
repository: https://charts.jetstack.io
|
||||||
condition: cert-manager.enabled
|
condition: cert-manager.enabled
|
||||||
|
|
||||||
- name: sealed-secrets
|
|
||||||
version: "2.17.9"
|
|
||||||
repository: https://bitnami-labs.github.io/sealed-secrets
|
|
||||||
condition: sealed-secrets.enabled
|
|
||||||
|
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
version: "9.1.6"
|
version: "9.1.6"
|
||||||
repository: https://argoproj.github.io/argo-helm
|
repository: https://argoproj.github.io/argo-helm
|
||||||
|
|||||||
@@ -31,13 +31,6 @@ cert-manager:
|
|||||||
defaultIssuerKind: ClusterIssuer
|
defaultIssuerKind: ClusterIssuer
|
||||||
defaultIssuerGroup: cert-manager.io
|
defaultIssuerGroup: cert-manager.io
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Sealed Secrets (kube-system)
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
sealed-secrets:
|
|
||||||
enabled: true
|
|
||||||
fullnameOverride: turbo-sealedsecrets
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Argo CD (argocd)
|
# Argo CD (argocd)
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ spec:
|
|||||||
repositories:
|
repositories:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
url: https://helm.cilium.io/
|
url: https://helm.cilium.io/
|
||||||
- name: openebs
|
|
||||||
url: https://openebs.github.io/openebs
|
|
||||||
charts:
|
charts:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
chartname: cilium/cilium
|
chartname: cilium/cilium
|
||||||
@@ -39,32 +37,6 @@ spec:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
routingMode: tunnel
|
routingMode: tunnel
|
||||||
tunnelProtocol: vxlan
|
tunnelProtocol: vxlan
|
||||||
- name: openebs
|
|
||||||
chartname: openebs/openebs
|
|
||||||
version: "4.2.0"
|
|
||||||
namespace: openebs
|
|
||||||
order: 2
|
|
||||||
values: |
|
|
||||||
localpv-provisioner:
|
|
||||||
localpv:
|
|
||||||
basePath: /var/openebs/local
|
|
||||||
engines:
|
|
||||||
replicated:
|
|
||||||
mayastor:
|
|
||||||
enabled: false
|
|
||||||
local:
|
|
||||||
zfs:
|
|
||||||
enabled: false
|
|
||||||
rawfile:
|
|
||||||
enabled: false
|
|
||||||
lvm:
|
|
||||||
enabled: false
|
|
||||||
loki:
|
|
||||||
enabled: false
|
|
||||||
minio:
|
|
||||||
enabled: false
|
|
||||||
alloy:
|
|
||||||
enabled: false
|
|
||||||
installConfig:
|
installConfig:
|
||||||
users:
|
users:
|
||||||
etcdUser: etcd
|
etcdUser: etcd
|
||||||
|
|||||||
Reference in New Issue
Block a user