-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracking pull request to merge release-2.16.0 to master (#2836)
* add new minio instance * update minio settings * fix: 2023 option not available - #2838 (#2840) * fix: 2023 option not available * chore: revert formatting * add new minio chart * update backupcontainer schedule --------- Co-authored-by: kevin-hashimoto <[email protected]>
- Loading branch information
1 parent
620006b
commit 8abf653
Showing
13 changed files
with
3,607 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Add the following two keys to tfrs-minio-[env] secret | ||
root-user | ||
root-password | ||
helm -n namespace -f ./values-dev.yaml install tfrs-minio oci://registry-1.docker.io/bitnamicharts/minio --version 13.6.2 | ||
Create Opensift route tfrs-minio-console-test | ||
Update the existing route tfrs-minio-test to use the newly created service tfrs-minio api port |
Oops, something went wrong.