only template the bucket job if buckets are defined

This commit is contained in:
Max Roby 2023-11-23 11:28:47 +01:00 committed by Chris Lu
parent 9ff010d15b
commit 6244bf7355

View file

@ -1,5 +1,6 @@
{{- if .Values.master.enabled }}
{{- if .Values.filer.s3.enabled }}
{{- if .Values.filer.s3.createBuckets }}
---
apiVersion: batch/v1
kind: Job
@ -69,3 +70,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}