refactor(argocd): phase3 reduced to authentik only (remove vault, temporal, ollama, story-crater)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Phase 3 — IAM (Authentik + Vault) — identity/secret-critical releases
|
||||
# Phase 3 — IAM (Authentik) — identity-critical release
|
||||
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
@@ -30,34 +30,3 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: vault
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: homelab
|
||||
sources:
|
||||
- repoURL: https://helm.releases.hashicorp.com
|
||||
chart: vault
|
||||
targetRevision: latest
|
||||
helm:
|
||||
valueFiles:
|
||||
- k8s/talos-iam/vault-values.yaml
|
||||
- k8s/talos-iam/vault-secrets.enc.yaml
|
||||
- repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git
|
||||
targetRevision: main
|
||||
path: k8s/hooks/phase3
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: iam
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
Reference in New Issue
Block a user