Skip to content

Commit 4cf22ba

Browse files
committed
refactor: remove waiting state for UI Operator readiness in init.sls
1 parent 5e2684b commit 4cf22ba

File tree

1 file changed

+0
-13
lines changed
  • salt/metalk8s/addons/ui-operator/deployed

1 file changed

+0
-13
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
11
include:
2-
- .namespace
32
- .manifests
4-
5-
Wait for the UI Operator to be Ready:
6-
test.configurable_test_state:
7-
- changes: False
8-
- result: __slot__:salt:metalk8s_kubernetes.check_object_ready(
9-
apiVersion=apps/v1, kind=Deployment,
10-
name=ui-operator, namespace=metalk8s-ui)
11-
- comment: Wait for the UI Operator to be Ready
12-
- retry:
13-
attempts: 30
14-
- require:
15-
- sls: metalk8s.addons.ui-operator.deployed.manifests

0 commit comments

Comments
 (0)