Skip to content

Commit

Permalink
[Fixes #105] Task: postgres operator installation optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger committed Feb 26, 2024
1 parent f7ee274 commit b4ac3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minikube-values-external-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ postgres:
hostname: "external-postgres.com"
port: 5432
secret:
postgres_password: please-fill-out
geonode_password: please-fill-out
geodata_password: please-fill-out
postgres_password:
geonode_password:
geodata_password:

postgres-operator:
enabled: False

0 comments on commit b4ac3c8

Please sign in to comment.