add pastebin to apps
This commit is contained in:
parent
04a8b368cc
commit
043f43fbab
3 changed files with 195 additions and 87 deletions
|
@ -28,3 +28,24 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: paste
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||
targetRevision: HEAD
|
||||
path: paste
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: paste
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: false
|
||||
prune: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue