Skip to content

Commit

Permalink
drop duplicate key name, causing problems for: fluxcd/flux2#1522 (#317)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored Aug 5, 2021
1 parent 8a357e7 commit 88c29d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openshift-etcd-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openshift-etcd-backup
description: Chart for openshift-etcd-backup solution
type: application
version: 1.4.0
version: 1.4.1
appVersion: v1.4.0
keywords:
- openshift-etcd-backup
Expand Down
1 change: 0 additions & 1 deletion charts/openshift-etcd-backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ spec:
hostPath:
path: /
type: Directory
name: host
{{- if or .Values.persistence.nfs.enabled .Values.persistence.hostPath.enabled .Values.persistence.provisioning.enabled }}
- name: volume-backup
{{- if .Values.persistence.nfs.enabled }}
Expand Down

0 comments on commit 88c29d4

Please sign in to comment.