Meta
This commit is contained in:
parent
bbcf0a0a97
commit
638a5aedb5
22
apps/templates/.meta.yaml
Normal file
22
apps/templates/.meta.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: meta-changes
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: default
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: MetaChanges/
|
||||||
|
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue
Block a user