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:
Pavel Basov
2025-12-15 20:11:29 +01:00
parent df9937f0c3
commit 2f955ff4df
6 changed files with 3 additions and 43 deletions

View File

@@ -16,11 +16,6 @@ dependencies:
repository: https://charts.jetstack.io
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
version: "9.1.6"
repository: https://argoproj.github.io/argo-helm

View File

@@ -31,13 +31,6 @@ cert-manager:
defaultIssuerKind: ClusterIssuer
defaultIssuerGroup: cert-manager.io
# ------------------------------------------------------------------------------
# Sealed Secrets (kube-system)
# ------------------------------------------------------------------------------
sealed-secrets:
enabled: true
fullnameOverride: turbo-sealedsecrets
# ------------------------------------------------------------------------------
# Argo CD (argocd)
# ------------------------------------------------------------------------------

View File

@@ -21,8 +21,6 @@ spec:
repositories:
- name: cilium
url: https://helm.cilium.io/
- name: openebs
url: https://openebs.github.io/openebs
charts:
- name: cilium
chartname: cilium/cilium
@@ -39,32 +37,6 @@ spec:
replicas: 1
routingMode: tunnel
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:
users:
etcdUser: etcd