apps: Track betterslcm project

This commit is contained in:
2026-01-03 09:01:27 +05:30
parent f9023a0f94
commit 6b6fc2e9b8
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -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
+1
View File
@@ -7,3 +7,4 @@ resources:
- sealed-secrets.yaml
- cert-manager.yaml
- telegram-autoregexbot.yaml
- betterslcm.yaml