Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14880aa

Browse filesBrowse files
1ovsssIlyesbdlala
authored andcommitted
fix secret example in values.yaml
Fix key name and added namespace in example Signed-off-by: ovsss <118110615+1ovsss@users.noreply.github.com>
1 parent 991b387 commit 14880aa
Copy full SHA for 14880aa

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎operator/values.yaml

Copy file name to clipboardExpand all lines: operator/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ s3:
9393
# Name to a k8s secret in the same namespace as this release with credentials to the s3 bucket. Only used when s3.authType is set to "access-secret-key"
9494
# By default this assumes to have 'accesskey' and 'secretkey' as attributes
9595
# Example creation via kubectl:
96-
# kubectl create secret generic my-secret --from-literal=accesskey="******" --from-literal="accesskey=******"
96+
# kubectl create secret generic my-secret --from-literal=accesskey='******' --from-literal=secretkey='******' -n <namespace>
9797
keySecret: my-secret
9898
# Names to the attributes in the s3 secret
9999
secretAttributeNames:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.