Skip to content

Commit

Permalink
Remove noop rewrite of "region" property
Browse files Browse the repository at this point in the history
  • Loading branch information
j2L4e committed Mar 12, 2024
1 parent e155960 commit 8415975
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/etcd/templates/secret-etcd-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,5 @@ data:
{{- if index .Values.backup.secretData "secret-access-key" }}
secretAccessKey: {{ index .Values.backup.secretData "secret-access-key" }}
{{- end }}
{{- if index .Values.backup.secretData "region" }}
region: {{ index .Values.backup.secretData "region" }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 8415975

Please sign in to comment.