This commit is contained in:
parent
f3cdde60ae
commit
84724aea95
1 changed files with 20 additions and 0 deletions
|
@ -438,3 +438,23 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: thanos
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||
targetRevision: HEAD
|
||||
path: thanos
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: thanos
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: false
|
||||
|
|
Loading…
Reference in a new issue