23 lines
474 B
YAML
23 lines
474 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: ref-implementation
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
namespace: argocd
|
||
|
source:
|
||
|
path: stacks/ref-implementation
|
||
|
repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot'
|
||
|
targetRevision: HEAD
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|