Files
homelab/k8s/apps/k8s-secrets/app.yaml
Ultradesu f06c80162f
All checks were successful
Check with kubeconform / lint (push) Successful in 15s
Added k8s-secrets
2025-09-03 13:48:29 +03:00

22 lines
444 B
YAML

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