fix argocd-self Application helm source structure

This commit is contained in:
Nik Afiq 2026-03-21 13:52:28 +09:00
parent d82d467b2b
commit 585fbaca82

View File

@ -8,21 +8,33 @@ metadata:
spec: spec:
project: default project: default
source: source:
repoURL: https://gitea.nik4nao.com/nik/homelab.git repoURL: https://argoproj.github.io/argo-helm
targetRevision: main
path: argocd/values
helm:
chart: argo-cd chart: argo-cd
repo: https://argoproj.github.io/argo-helm targetRevision: 9.4.15
version: 9.4.15 helm:
valueFiles: values: |
- argocd.yaml global:
domain: argocd.home.arpa
configs:
params:
server.insecure: "true"
server:
ingress:
enabled: false
redis-ha:
enabled: false
controller:
replicas: 1
repoServer:
replicas: 1
applicationSet:
replicas: 1
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd
syncPolicy: syncPolicy:
automated: automated:
prune: false # never auto-delete ArgoCD itself prune: false
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=false - CreateNamespace=false