Automated upload for dev.t09.de
This commit is contained in:
parent
011f436fb7
commit
422f568c8e
16 changed files with 407 additions and 17 deletions
23
otc/dev.t09.de/stacks/core/secrets-backup.yaml
Normal file
23
otc/dev.t09.de/stacks/core/secrets-backup.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: secrets-backup
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: -1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: gitea
|
||||
sources:
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
path: "otc/dev.t09.de/stacks/core/secrets-backup/manifests"
|
||||
Loading…
Add table
Add a link
Reference in a new issue