chore(bootstrap): Added external-secrets and cnpg to ArgoCD

This commit is contained in:
Daniël Groothuis
2025-10-23 12:49:41 +02:00
parent 99580850fb
commit 5f1dc2e991
10 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
#resources:
# - cert.yaml
helmCharts:
- name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts
version: 0.26.0
releaseName: cnpg
namespace: cnpg-system

View File

@@ -0,0 +1,10 @@
---
resources:
- platform-cluster-secret-store.yaml
helmCharts:
- name: external-secrets
repo: https://charts.external-secrets.io/
version: 0.18.1
releaseName: external-secrets
namespace: external-secrets

View File

@@ -0,0 +1,15 @@
---
apiVersion: external-secrets.io/v1
kind: ClusterSecretStore
metadata:
name: platform
spec:
provider:
vault:
server: "http://vault.vault:8200"
path: "platform"
version: "v2"
auth:
kubernetes:
mountPath: "kubernetes"
role: "eso"