Add a cluster of thin clients #399

Merged
SeanOMik merged 27 commits from feat/thin-cluster into main 2024-09-19 23:11:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3da1b8e693 - Show all commits

View File

@ -17,7 +17,7 @@ spec:
secretRef: secretRef:
name: sops-gpg name: sops-gpg
dependsOn: dependsOn:
- name: openebs - name: openebs-sc
namespace: flux-system namespace: flux-system
postBuild: postBuild:
substitute: {} substitute: {}

View File

@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ./namespace - ./namespace.yaml
- ./dbs/ks.yaml - ./dbs/ks.yaml