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:
project: default
source:
repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
path: argocd/values
helm:
repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 9.4.15
valueFiles:
- argocd.yaml
targetRevision: 9.4.15
helm:
values: |
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:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: false # never auto-delete ArgoCD itself
prune: false
selfHeal: true
syncOptions:
- CreateNamespace=false