Skip to content

Commit

Permalink
Update secret names for the postgresql secret.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Mar 21, 2023
1 parent 780bc82 commit f7a9013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/makefiles/deploy-dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ deploy-dependencies: deploy-dex deploy-openldap devel/localhost-cert.pem
--key ./devel/localhost-key.pem \
--cert ./devel/localhost-cert.pem
kubectl --kubeconfig=${CLUSTER_CONFIG} -n kubeapps create secret generic postgresql-db \
--from-literal=postgres-postgres-password=dev-only-fake-password \
--from-literal=postgres-password=dev-only-fake-password
--from-literal=postgres-password=dev-only-fake-password \
--from-literal=password=dev-only-fake-password

deploy-dev-kubeapps:
helm --kubeconfig=${CLUSTER_CONFIG} upgrade --install kubeapps ./chart/kubeapps --namespace kubeapps --create-namespace \
Expand Down

0 comments on commit f7a9013

Please sign in to comment.