Skip to content

Commit

Permalink
Merge pull request #7 from gardener-community/brctl-0.18
Browse files Browse the repository at this point in the history
brctl 0.18
  • Loading branch information
mxmxchere authored Jan 24, 2023
2 parents eedec34 + c89d396 commit 9774a45
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 9774a45

Please sign in to comment.