fix(postgres): use correct file paths
This commit is contained in:
parent
4fd71c59d0
commit
3da1b8e693
|
@ -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: {}
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue