applications added
This commit is contained in:
20
infrastructure/02-argocd/applications/apps-paperless.yaml
Normal file
20
infrastructure/02-argocd/applications/apps-paperless.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: paperless
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: paperless
|
||||
project: default
|
||||
source:
|
||||
path: apps/paperless
|
||||
repoURL: https://github.com/illiumst/kubedeploy.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Reference in New Issue
Block a user