This commit is contained in:
parent
60da8056f4
commit
ee1b1376c4
2 changed files with 58 additions and 1 deletions
|
@ -92,7 +92,7 @@ spec:
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: hoylogo-staging
|
||||
name: surveybot
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -108,3 +108,23 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: surveybot
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||
targetRevision: HEAD
|
||||
path: surveybot
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: surveybot
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
Loading…
Add table
Add a link
Reference in a new issue