Skip to content

Commit

Permalink
Merge branch 'main' into chore/ci/database-template-name
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Oct 25, 2024
2 parents 25f4c2e + c62fd6d commit cd455dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/openshift.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ objects:
metadata:
name: minio${NAME_SUFFIX}
creationTimestamp:
stringdata:
stringData:
MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY}
MINIO_SECRET_KEY: ${MINIO_SECRET_KEY}
S3_PUBLIC_ACCESS_KEY: ${S3_PUBLIC_ACCESS_KEY}
Expand Down
2 changes: 1 addition & 1 deletion minio/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ objects:
limits:
cpu: 100m
requests:
cpu: 25m
cpu: 50m
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
Expand Down

0 comments on commit cd455dc

Please sign in to comment.