Skip to content

Commit

Permalink
Removes, (potentially) conflicting lines in backup credentials secret…
Browse files Browse the repository at this point in the history
… template (#11)

Signed-off-by: Malte Münch <muench@23technologies.cloud>
  • Loading branch information
mxmxchere authored Jun 19, 2023
1 parent b7865d9 commit 38bde8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/etcd/templates/secret-etcd-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 38bde8a

Please sign in to comment.