refactor: move apps to apps/cluster-infrastructure
- apps/<project>/
This commit is contained in:
parent
5884072dca
commit
7328d622c1
6 changed files with 0 additions and 0 deletions
20
apps/cluster-infrastructure/extra-storageclass.yaml
Normal file
20
apps/cluster-infrastructure/extra-storageclass.yaml
Normal 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
|
||||
Reference in a new issue