We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2684b commit 4cf22baCopy full SHA for 4cf22ba
salt/metalk8s/addons/ui-operator/deployed/init.sls
@@ -1,15 +1,2 @@
1
include:
2
- - .namespace
3
- .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