From 93544ea8d43699d9648a2a6b6411ce0ca675f0db Mon Sep 17 00:00:00 2001 From: Amit Bhatt Date: Fri, 13 Dec 2019 16:03:38 +0530 Subject: [PATCH] addded secrets for disk loss Signed-off-by: Amit Bhatt --- charts/generic/disk-loss/experiment.yaml | 6 +++--- charts/generic/experiments.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/generic/disk-loss/experiment.yaml b/charts/generic/disk-loss/experiment.yaml index 674c4e9..f0b29da 100644 --- a/charts/generic/disk-loss/experiment.yaml +++ b/charts/generic/disk-loss/experiment.yaml @@ -61,6 +61,6 @@ spec: labels: name: disk-loss - #secrets: - #- name: disk-loss - # mountPath: /tmp/ + secrets: + - name: disk-loss + mountPath: /tmp/ diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index c68e59c..1eb3b70 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -290,9 +290,9 @@ spec: labels: name: disk-loss - #secrets: - #- name: disk-loss - # mountPath: /tmp/ + secrets: + - name: disk-loss + mountPath: /tmp/ ---