add comment

This commit is contained in:
2022-03-20 16:55:16 +11:00
parent 02ae564453
commit d576744f35
+1
View File
@@ -69,6 +69,7 @@ k create namespace db
# postgres
# export data south uri for exporting metrics
# more details please check https://github.com/prometheus-community/postgres_exporter
kubectl -n db create secret generic postgresql-data-source-uri --from-literal=DATA_SOURCE_NAME="postgresql://postgres:xxx@localhost:5432/?sslmode=disable"
helm upgrade --install new-postgres -n db -f postgres-values.yaml bitnami/postgresql --set global.postgresql.auth.postgresPassword=xxxxxx