Skip to content

Commit

Permalink
added --wait flag to helm upgrade command. (#5558)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe442 authored Apr 29, 2024
1 parent 9001f4b commit 737ef74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Make sure to replace your repo and token in the following command:
```console
helm upgrade --dependency-update \
--install edb-pg4k-pgd \
--wait \
--namespace pgd-operator-system \
--create-namespace \
edb/edb-postgres-distributed-for-kubernetes \
Expand Down

1 comment on commit 737ef74

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.