add bytestash

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-05-19 21:29:04 -04:00
parent 8ca8f0b8ea
commit 7a569878b8
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
17 changed files with 126 additions and 102 deletions

View file

@ -0,0 +1,24 @@
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

View file

@ -16,3 +16,4 @@ resources:
- yopass.yaml
- tekton.yaml
- navidrome.yaml
- bytestash.yaml