add argo_application-demo.yaml
This commit is contained in:
parent
805b4069ee
commit
6af2e95e6d
22
scripts/argo_application-demo.yaml
Normal file
22
scripts/argo_application-demo.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user