Automated upload for edp.buildth.ing
This commit is contained in:
parent
dfb4dfb668
commit
21af692bb3
1 changed files with 24 additions and 0 deletions
24
otc/edp.buildth.ing/registry/docs.yaml
Normal file
24
otc/edp.buildth.ing/registry/docs.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: docs-reg
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
env: dev
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: argocd
|
||||||
|
source:
|
||||||
|
path: argocd-stack
|
||||||
|
repoURL: "https://edp.buildth.ing/DevFW-CICD/website-and-documentation"
|
||||||
|
targetRevision: HEAD
|
||||||
|
project: default
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue