mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
20 lines
No EOL
405 B
YAML
20 lines
No EOL
405 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argocd
|
|
namespace: argocd
|
|
spec:
|
|
project: system
|
|
source:
|
|
repoURL: "https://argoproj.github.io/argo-helm/"
|
|
targetRevision: 5.52.*
|
|
chart: argo-cd
|
|
helm:
|
|
valuesObject:
|
|
destination:
|
|
namespace: argocd
|
|
name: in-cluster
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true |