homelab-gitops/management/platform-apps/yopass.yaml
gwg313 4be877e419
update argo files
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-23 22:12:10 -04:00

22 lines
476 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: yopass
namespace: argocd
annotations:
argoproj.io/sync-wave: "0"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: apps/yopass
destination:
server: https://kubernetes.default.svc
namespace: yopass
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true