homelab-gitops/management/platform-apps/bytestash.yaml
gwg313 7a569878b8
add bytestash
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-19 21:34:14 -04:00

24 lines
563 B
YAML

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