Skip to content

Commit

Permalink
Adding missing PostgreSQL password
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Castelblanque <rcastelblanq@vmware.com>
  • Loading branch information
Rafa Castelblanque committed Nov 3, 2022
1 parent fb3fed7 commit f1728d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ if [[ -z "${GKE_BRANCH-}" && ("${TESTS_GROUP}" == "${ALL_TESTS}" || "${TESTS_GRO
--set clusters[0].apiServiceURL=https://${ADDITIONAL_CLUSTER_IP}:6443
--set clusters[0].insecure=true
--set clusters[0].serviceToken=$(kubectl --context=kind-kubeapps-ci-additional --kubeconfig=${HOME}/.kube/kind-config-kubeapps-ci-additional get secret kubeapps-namespace-discovery -o go-template='{{.data.token | base64decode}}')
--set global.postgresql.auth.postgresPassword=password
--wait)

echo "${cmd[@]}"
Expand Down

0 comments on commit f1728d2

Please sign in to comment.