1
0
Fork 0

feat: add app for extra storageclass (longhorn-static)

This commit is contained in:
Vojtěch Mareš 2023-11-16 20:32:51 +01:00
parent 1bb255f73b
commit 30b0b6b586
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: extra-storageclass
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
project: cluster-infrastructure
syncPolicy:
automated:
prune: true
selfHeal: true
source:
path: manifests/storageclass/
repoURL: https://github.com/vojtechmares/cthulhunetes-gitops.git
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
namespace: longhorn-system