-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add: k8s S3 CSI to be used with portainer (#854)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size --------- Co-authored-by: Dustin Kaiser <[email protected]>
- Loading branch information
1 parent
2d690e0
commit 7b425be
Showing
3 changed files
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
secret: | ||
accessKey: {{ requiredEnv "S3_ACCESS_KEY" }} | ||
secretKey: {{ requiredEnv "S3_SECRET_KEY" }} | ||
region: {{ requiredEnv "S3_REGION" }} | ||
endpoint: {{ requiredEnv "S3_ENDPOINT" }} | ||
storageClass: | ||
singleBucket: {{ requiredEnv "S3_K8S_CSI_BUCKET_NAME" }} |
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