chore: Fix experiments charts for 3.0.0 (#613)

* adds metadata.annotation in chaosengine and replaces install-chaos-faults step to use artifacts.data.raw manifests

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

* fixes annotation -> annotations

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

* updates labels

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

---------

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
This commit is contained in:
Neelanjan Manna
2023-10-04 10:37:55 +05:30
committed by GitHub
parent c7f3d2683c
commit d482aa76af
20 changed files with 3481 additions and 105 deletions

View File

@@ -70,7 +70,7 @@ spec:
- "delete"
- apiGroups:
- ""
resources:
resources:
- "nodes"
verbs:
- "get"
@@ -88,13 +88,13 @@ spec:
## specify the size as percent of total available memory (in percentage)
## Default value "90"
- name: MEMORY_PERCENTAGE
value: '90'
value: '90'
# Period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
value: 'litmuschaos/go-runner:latest'
labels:
name: node-memory-hog
container:
@@ -118,6 +118,7 @@ spec:
namespace: {{workflow.parameters.adminModeNamespace}}
labels:
context: "{{workflow.parameters.context}}"
annotations: {}
spec:
jobCleanUpPolicy: retain
engineState: 'active'