mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
11 lines
269 B
YAML
Executable File
11 lines
269 B
YAML
Executable File
# yaml-language-server: $schema=../plugin.schema.json
|
|
- id: kill-pods
|
|
config:
|
|
namespace_pattern: ^openshift-etcd$
|
|
label_selector: k8s-app=etcd
|
|
- id: wait-for-pods
|
|
config:
|
|
namespace_pattern: ^openshift-etcd$
|
|
label_selector: k8s-app=etcd
|
|
count: 3
|