452: version upgraded for chaos-charts
This commit is contained in:
@@ -5,7 +5,7 @@ description:
|
|||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: cpu-hog
|
name: cpu-hog
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
scope: Cluster
|
scope: Cluster
|
||||||
|
@@ -63,29 +63,38 @@ description:
|
|||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: cpu-hog
|
name: cpu-hog
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
|
scope: Cluster
|
||||||
permissions:
|
permissions:
|
||||||
apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
- "extensions"
|
- "batch"
|
||||||
- "apps"
|
- "apps"
|
||||||
- "batch"
|
- "litmuschaos.io"
|
||||||
- "litmuschaos.io"
|
resources:
|
||||||
resources:
|
- "daemonsets"
|
||||||
- "daemonsets"
|
- "jobs"
|
||||||
- "statefulsets"
|
- "pods"
|
||||||
- "deployments"
|
- "status"
|
||||||
- "jobs"
|
- "pods/exec"
|
||||||
- "nodes"
|
- "chaosengines"
|
||||||
- "pods"
|
- "chaosexperiments"
|
||||||
- "pods/exec"
|
- "chaosresults"
|
||||||
- "chaosengines"
|
verbs:
|
||||||
- "chaosexperiments"
|
- "create"
|
||||||
- "chaosresults"
|
- "list"
|
||||||
verbs:
|
- "get"
|
||||||
- "*"
|
- "patch"
|
||||||
|
- "delete"
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- "nodes"
|
||||||
|
verbs :
|
||||||
|
- "get"
|
||||||
|
- "list"
|
||||||
image: "litmuschaos/ansible-runner:ci"
|
image: "litmuschaos/ansible-runner:ci"
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
|
Reference in New Issue
Block a user