Skip to content

Commit

Permalink
Fix incorrect pvc name (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
xom4ek committed Jan 13, 2022
1 parent 12c9125 commit 224a65c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: etcd-backup
name: etcd-backup-{{ $fullName }}-etcd
labels:
app: {{ $fullName }}-etcd
{{- if .Values.persistence.backup.labels }}
Expand Down

0 comments on commit 224a65c

Please sign in to comment.