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 chart: argo-cd
path: argocd/values targetRevision: 9.4.15
helm: helm:
chart: argo-cd values: |
repo: https://argoproj.github.io/argo-helm global:
version: 9.4.15 domain: argocd.home.arpa
valueFiles: configs:
- argocd.yaml 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