refactor(cassandra-chart): Updating the chart & csv of cassandra chart (#212)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-04-15 07:03:33 +05:30
committed by GitHub
parent ee98abb105
commit 12e2b6918a
9 changed files with 35 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ metadata:
annotations: annotations:
categories: Cassandra categories: Cassandra
vendor: CNCF vendor: CNCF
support: https://slack.kubernetes.io/ support: https://cassandra-slack.herokuapp.com
spec: spec:
displayName: cassandra-pod-delete displayName: cassandra-pod-delete
categoryDescription: | categoryDescription: |
@@ -32,7 +32,7 @@ spec:
name: Mayadata name: Mayadata
links: links:
- name: Source Code - name: Source Code
url: https://github.com/litmuschaos/litmus/tree/master/experiments/cassandra/cassandra-pod_delete url: https://github.com/litmuschaos/litmus/tree/master/experiments/cassandra/pod_delete
- name: Documentation - name: Documentation
url: https://docs.litmuschaos.io/docs/cassandra-pod-delete/ url: https://docs.litmuschaos.io/docs/cassandra-pod-delete/
- name: Video - name: Video

View File

@@ -91,6 +91,10 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: '' value: ''

View File

@@ -32,12 +32,12 @@ spec:
- name: Cassandra Website - name: Cassandra Website
url: http://cassandra.apache.org/ url: http://cassandra.apache.org/
- name: Source Code - name: Source Code
url: https://github.com/kubernetes/kubernetes url: https://github.com/apache/cassandra
- name: Kubernetes Slack - name: Cassandra Slack
url: https://slack.kubernetes.io/ url: https://cassandra-slack.herokuapp.com
- name: Documentation - name: Documentation
url: https://docs.litmuschaos.io/docs/chaoshub/#cassandra-chaos url: http://cassandra.apache.org/doc/latest/
icon: icon:
- url: - url: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/cassandra/icons/cassandra.png
mediatype: image/png mediatype: image/png
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/cassandra/experiments.yaml chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/cassandra/experiments.yaml

View File

@@ -43,6 +43,10 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '15' value: '15'
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: 'true' value: 'true'

View File

@@ -57,6 +57,10 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: 'true' value: 'true'

View File

@@ -76,6 +76,10 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: 'true' value: 'true'

View File

@@ -74,6 +74,10 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: 'true' value: 'true'

View File

@@ -75,6 +75,10 @@ spec:
- name: CHAOS_ITERATIONS - name: CHAOS_ITERATIONS
value: '2' value: '2'
# provide the kill count
- name: KILL_COUNT
value: ''
- name: DATA_PERSISTENCE - name: DATA_PERSISTENCE
value: '' value: ''

View File

@@ -81,6 +81,10 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
# provide the kill count
- name: KILL_COUNT
value: ''
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '15' value: '15'