Skip to content

Commit

Permalink
[patch] Add guard around no archivelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Nov 29, 2024
1 parent dd84672 commit 2ab3172
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ spec:
storage: "{{ .Values.db2_audit_logs_storage_size }}"
storageClassName: "{{ .Values.db2_audit_logs_storage_class }}"
{{- end }}
{{- if .Values.db2_archivelogs_storage_class }}
- name: archivelogs
type: create
spec:
Expand All @@ -159,3 +160,4 @@ spec:
resources:
requests:
storage: "{{ .Values.db2_archivelogs_storage_size }}"
{{- end }}

0 comments on commit 2ab3172

Please sign in to comment.