File tree Expand file tree Collapse file tree
tests/templates/kuttl/smoke Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ kind: StatefulSet
1818metadata:
1919 name: airflow-webserver-default
2020 generation: 1 # There should be no unneeded Pod restarts
21+ labels:
22+ restarter.stackable.tech/enabled: "true"
2123spec:
2224 template:
2325 spec:
@@ -32,6 +34,8 @@ kind: StatefulSet
3234metadata:
3335 name: airflow-worker-default
3436 generation: 1 # There should be no unneeded Pod restarts
37+ labels:
38+ restarter.stackable.tech/enabled: "true"
3539spec:
3640 template:
3741 spec:
@@ -46,6 +50,8 @@ kind: StatefulSet
4650metadata:
4751 name: airflow-scheduler-default
4852 generation: 1 # There should be no unneeded Pod restarts
53+ labels:
54+ restarter.stackable.tech/enabled: "true"
4955spec:
5056 template:
5157 spec:
@@ -59,6 +65,8 @@ kind: StatefulSet
5965metadata:
6066 name: airflow-dagprocessor-default
6167 generation: 1 # There should be no unneeded Pod restarts
68+ labels:
69+ restarter.stackable.tech/enabled: "true"
6270spec:
6371 template:
6472 spec:
@@ -72,6 +80,8 @@ kind: StatefulSet
7280metadata:
7381 name: airflow-triggerer-default
7482 generation: 1 # There should be no unneeded Pod restarts
83+ labels:
84+ restarter.stackable.tech/enabled: "true"
7585spec:
7686 template:
7787 spec:
You can’t perform that action at this time.
0 commit comments