Skip to content

Commit

Permalink
fix(storage): pre-create eventtemplates bucket (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Mar 11, 2024
1 parent b1b9037 commit e575c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cryostat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
imagePullPolicy: {{ .Values.storage.image.pullPolicy }}
env:
- name: CRYOSTAT_BUCKETS
value: archivedrecordings,archivedreports
value: archivedrecordings,archivedreports,eventtemplates
- name: CRYOSTAT_ACCESS_KEY
value: cryostat
- name: CRYOSTAT_SECRET_KEY
Expand Down

0 comments on commit e575c3e

Please sign in to comment.