gitops/scripts/argo_application-demo.yaml
2024-03-19 20:31:54 +08:00

23 lines
480 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/svc-design/gitops.git
targetRevision: HEAD
plugin:
name: kustomized-helm
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false