playbooks/scripts/argo_application-demo.yaml
2026-04-02 14:15:32 +08:00

23 lines
476 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgresql
namespace: itsm-dev-db
spec:
project: postgresql
destination:
namespace: itsm-dev-db
server: https://k3s.onwalk.net
source:
path: apps/postgresql
repoURL: https://github.com/x-evor/gitops.git
targetRevision: HEAD
plugin:
name: kustomized-helm
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false