(modify): add secrets in disk-loss chart (#56)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2019-11-14 21:07:43 +05:30
committed by Karthik Satchitanand
parent fffb08aac5
commit 8be6a10f64
3 changed files with 33 additions and 6 deletions

View File

@@ -5,10 +5,10 @@ metadata:
version: 0.1.1
annotations:
categories: Kubernetes
vendor: CNCF
vendor: Mayadata
createdAt: 2019-11-08T12:28:08Z
repository: https://github.com/litmuschaos/chaos-charts
support: https://slack.kubernetes.io/
support: https://app.slack.com/client/T09NY5SBT/CNXNB0ZTN
spec:
displayName: disk-loss
categoryDescription: |
@@ -35,7 +35,7 @@ spec:
- name: Kubernetes Website
url: https://kubernetes.io
- name: Source Code
url: https://github.com/kubernetes/kubernetes
url: https://github.com/litmuschaos/litmus/tree/master/experiments/generic
icon:
- url:
mediatype: ""

View File

@@ -32,8 +32,35 @@ spec:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: default
value: 'default'
- name: TOTAL_CHAOS_DURATION
value: 15
value: '15'
- name: APP_CHECK
value: 'true'
- name: CHAOS_NAMESPACE
value: ''
# Only GCP is supported
- name: CLOUD_PLATFORM
value: 'GCP'
- name: PROJECT_ID
value: ''
- name: NODE_NAME
value: ''
- name: DISK_NAME
value: ''
- name: ZONE_NAME
value: ''
labels:
name: disk-loss
secrets:
- name: disk-loss
mountPath: /tmp/

View File

@@ -10,7 +10,7 @@ spec:
displayName: Kafka Chaos
categoryDescription: >
Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, fast,
and runs in production in thousands of compani
and runs in production in thousands of companies
experiments:
- kafka-broker-pod-failure
keywords: