From 50856d360babcceddbc8af1c5b0231a498242652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20M=C3=BCnch?= Date: Mon, 19 Jun 2023 14:35:55 +0200 Subject: [PATCH] Removes, (potentially) conflicting lines in backup credentials secret template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Malte Münch --- charts/etcd/templates/secret-etcd-backup.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/etcd/templates/secret-etcd-backup.yaml b/charts/etcd/templates/secret-etcd-backup.yaml index 25766c3..ea01ea4 100644 --- a/charts/etcd/templates/secret-etcd-backup.yaml +++ b/charts/etcd/templates/secret-etcd-backup.yaml @@ -20,7 +20,6 @@ metadata: namespace: {{ .Release.Namespace }} type: Opaque data: -{{ toYaml .Values.backup.secretData | indent 2 }} {{- if eq .Values.backup.storageProvider "ABS" }} storageAccount: {{ index .Values.backup.secretData "storage-account" }} storageKey: {{ index .Values.backup.secretData "storage-key" }}