Skip to content

Commit 4679886

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0ec3fca commit 4679886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/linkurious-enterprise/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
{{- with .Values.podAnnotations }}
2020
{{- toYaml . | nindent 8 }}
2121
{{- end }}
22-
{{- if or (eq .Values.backup.velero.backup.enabled true) (eq .Values.backup.velero.secondaryBackup.enabled true) }}
22+
{{- if or .Values.backup.velero.enabled .Values.backup.velero.secondaryBackup.enabled }}
2323
backup.velero.io/backup-volumes: lke-data
2424
{{- end }}
2525
labels:

0 commit comments

Comments
 (0)