fix(postgres): use correct file paths

This commit is contained in:
SeanOMik 2024-09-15 16:37:23 -04:00
parent 9c1e8dc555
commit bca9e1209c
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 2 additions and 2 deletions

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