Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
syntassodev committed Jan 12, 2024
2 parents 5dd9c34 + d3f6923 commit 01f893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/samples/minio-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
containers:
- name: minio-event-configuration
image: minio/mc:RELEASE.2023-06-06T13-48-56Z
command: ["mc", "mb", "minio/kratix"]
command: ["mc", "mb", "--ignore-existing", "minio/kratix"]
env:
- name: MC_ACCESS_KEY
valueFrom:
Expand Down

0 comments on commit 01f893c

Please sign in to comment.