(fix)chart: temporary workaround to fix invalid values on CR (#271)

Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2020-07-18 14:55:03 +05:30
committed by GitHub
parent be4058198a
commit 7e853569ff
3 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '120'
## specify the size as percent of total available memory (in percentage %)
## default value 90%
## specify the size as percent of total available memory (in percentage)
## default value 90
- name: MEMORY_PERCENTAGE
value: '90'
value: '90'

View File

@@ -49,8 +49,8 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '120'
## specify the size as percent of total available memory (in percentage %)
## Default value "90%"
## specify the size as percent of total available memory (in percentage)
## Default value "90"
- name: MEMORY_PERCENTAGE
value: '90'