Skip to content

Commit

Permalink
disable custom config
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 12, 2024
1 parent 20e9e0c commit ecad87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/kubernetes-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kind load docker-image dbt-jaffle-shop:1.0.0
# Deploy a Postgres pod to Kind
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm install postgres bitnami/postgresql -f scripts/test/values.yaml
helm install postgres bitnami/postgresql # -f scripts/test/values.yaml

# Retrieve the Postgres password and set it as an environment variable
POSTGRES_PASSWORD=$(kubectl get secret --namespace default postgres-postgresql -o jsonpath="{.data.postgres-password}" | base64 -d)
Expand Down

0 comments on commit ecad87b

Please sign in to comment.