Skip to content

Commit

Permalink
cloudnative_pg: wait for webhook (#1306)
Browse files Browse the repository at this point in the history
This will avoid the following issue when running the keycloak role after
the cloudnative_pg role.

no endpoints available for service "cnpg-webhook-service"

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Feb 20, 2024
1 parent bee2a55 commit a727d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/cloudnative_pg/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
chart_ref: cnpg/cloudnative-pg
release_namespace: cnpg-system
create_namespace: true
wait: true

0 comments on commit a727d59

Please sign in to comment.