Skip to content

Commit

Permalink
fix(base-cluster/backup): changed condition for backup namespace
Browse files Browse the repository at this point in the history
creation
  • Loading branch information
tasches committed Feb 7, 2024
1 parent 04724b4 commit 88cc555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ global:
app.kubernetes.io/component: storage
app.kubernetes.io/part-of: nfs-server-provisioner
backup:
condition: "{{ .Values.backup.backupStorageLocations }}"
condition: "{{ not (empty .Values.backup.backupStorageLocations) }}"
additionalLabels:
app.kubernetes.io/component: backup
certificates:
Expand Down

0 comments on commit 88cc555

Please sign in to comment.