Skip to content

Commit

Permalink
Fix namespace parameter typo in the upgrade v14 to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Mainberger committed Mar 26, 2024
1 parent fb8b4c4 commit b4b2c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/how-tos/upgrade-14.x-to-15.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ kubectl -n $NAMESPACE get persistentvolumeclaim data-keycloak-postgresql-0 -w
+
[source,bash]
----
kubectl n $NAMESPACE patch sts keycloak-postgresql -p '{"spec": {"template": {"spec": {"containers": [{"name": "postgresql", "image": "docker.io/bitnami/postgresql:15.6.0-debian-12-r5"}]}}}}'
kubectl -n $NAMESPACE patch sts keycloak-postgresql -p '{"spec": {"template": {"spec": {"containers": [{"name": "postgresql", "image": "docker.io/bitnami/postgresql:15.6.0-debian-12-r5"}]}}}}'
----

. Scale up the Postgres database.
Expand Down

0 comments on commit b4b2c74

Please sign in to comment.