Skip to content

Commit

Permalink
upgrade: explicitly wait for cert-manager before olm
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Jan 20, 2025
1 parent 1162cbd commit e9769e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions salt/metalk8s/addons/olm/deployed/init.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include:
- ...cert-manager.deployed
- .chart

Wait for the Catalogd Controller Manager deployment to be Ready:
Expand All @@ -11,6 +12,9 @@ Wait for the Catalogd Controller Manager deployment to be Ready:
- retry:
attempts: 30
- require:
- test: Wait for cert-manager deployment to be Ready
- test: Wait for cert-manager webhook to be Ready
- test: Wait for cert-manager cainjector to be Ready
- sls: metalk8s.addons.olm.deployed.chart

Wait for the Operator Controller Controller Manager Deployment to be Ready:
Expand Down

0 comments on commit e9769e5

Please sign in to comment.