Skip to content

Commit

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

This reverts commit 38bde8a.
  • Loading branch information
j2L4e committed Mar 12, 2024
1 parent 9cb5a93 commit c3a9781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/etcd/templates/secret-etcd-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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 c3a9781

Please sign in to comment.