refactor rustfs template for Sealos deployment#643
Open
jockey-x wants to merge 4 commits intolabring-actions:kb-0.9from
Open
refactor rustfs template for Sealos deployment#643jockey-x wants to merge 4 commits intolabring-actions:kb-0.9from
jockey-x wants to merge 4 commits intolabring-actions:kb-0.9from
Conversation
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
| description: 'S3 Access Key for authentication' | ||
| description: 'S3 access key used by RustFS for authentication' | ||
| type: string | ||
| default: '' |
Contributor
There was a problem hiding this comment.
A default value can be provided, in case the user enters too short a value, causing deployment failure.
nowinkeyy
reviewed
Mar 31, 2026
| description: 'S3 Secret Key for authentication' | ||
| description: 'S3 secret key used by RustFS for authentication' | ||
| type: string | ||
| default: '' |
Contributor
There was a problem hiding this comment.
A default value can be provided, in case the user enters too short a value, causing deployment failure.
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
| cloud.sealos.io/app-deploy-manager: ${{ defaults.app_name }} | ||
| type: Opaque | ||
| data: | ||
| RUSTFS_ACCESS_KEY: ${{ base64(inputs.access_key) }} |
Contributor
There was a problem hiding this comment.
Does the base64 encoding work correctly here? I haven't tried it yet.
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
nowinkeyy
reviewed
Mar 31, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Refresh the RustFS template for Sealos by migrating it to template/rustfs/index.yaml, improving runtime config and defaults, and adding app-specific docs/assets.
Verified by successful deployment on Sealos.