(modify): add secrets in disk-loss chart (#56)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
Karthik Satchitanand
parent
fffb08aac5
commit
8be6a10f64
@@ -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: ""
|
||||
|
@@ -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/
|
||||
|
Reference in New Issue
Block a user