Skip to content

Commit 90db6c0

Browse files
authored
fix: catalog postgres secret name (kubeflow#1704)
Signed-off-by: Alessio Pragliola <[email protected]>
1 parent cf492f0 commit 90db6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/kustomize/options/catalog/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configMapGenerator:
1818
disableNameSuffixHash: true
1919

2020
secretGenerator:
21-
- name: postgres
21+
- name: model-catalog-postgres
2222
envs:
2323
- postgres.env
2424
options:

0 commit comments

Comments
 (0)