Skip to content

Commit

Permalink
add infra resources
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Sep 16, 2024
1 parent 9423dc4 commit 4dc2097
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clusters/dqs.dd.soeren.cloud/infra/storage/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../infra/local-storageclass
- ../../../../infra/priority
components:
- ../../../../infra/local-storageclass/components/mark-default-storageclass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../infra/vault-auth
8 changes: 8 additions & 0 deletions clusters/svc.ez.soeren.cloud/infra/storage/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../infra/local-storageclass
- ../../../../infra/priority
components:
- ../../../../infra/local-storageclass/components/mark-default-storageclass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../infra/vault-auth

0 comments on commit 4dc2097

Please sign in to comment.