mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 19:51:01 +00:00
22 lines
476 B
YAML
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
|