Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Malte Münch <muench@23technologies.cloud>
  • Loading branch information
mxmxchere committed Jan 24, 2023
1 parent fa25c79 commit c89d396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/etcd/templates/statefulset-etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ spec:
- name: ETCD_CONF
value: "/bootstrap/etcd.conf.yml"
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
valueFrom:
fieldRef:
fieldPath: metadata.name
{{- if .Values.backup.env }}
{{ toYaml .Values.backup.env | indent 8 }}
{{- end }}
Expand Down

0 comments on commit c89d396

Please sign in to comment.