mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
17 lines
No EOL
347 B
YAML
17 lines
No EOL
347 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: system
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: default
|
|
name: in-cluster
|
|
project: system
|
|
source:
|
|
repoURL: "https://github.com/gensokyo-zone/infrastructure"
|
|
path: k8s/system
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true |