apps: Track betterslcm project
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: betterslcm
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://github.com/DK10WS/SLCM_APP.git
|
||||||
|
targetRevision: web
|
||||||
|
path: k8s
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: slcm
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -7,3 +7,4 @@ resources:
|
|||||||
- sealed-secrets.yaml
|
- sealed-secrets.yaml
|
||||||
- cert-manager.yaml
|
- cert-manager.yaml
|
||||||
- telegram-autoregexbot.yaml
|
- telegram-autoregexbot.yaml
|
||||||
|
- betterslcm.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user