Added pasarguard
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 12s

This commit is contained in:
AB
2025-11-05 12:13:42 +02:00
parent ca19a1f46a
commit 79d106468a
6 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pasarguard
namespace: argocd
spec:
project: apps
destination:
namespace: pasarguard
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/apps/pasarguard
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true