Skip to content

Commit

Permalink
Add/aws-workspaceInfo-secret-keys (#15)
Browse files Browse the repository at this point in the history
* add default aws access key custom secret key name

* clean up values

---------

Co-authored-by: stewartshea <>
  • Loading branch information
stewartshea authored Apr 25, 2024
1 parent eddfe9e commit 45537f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/runwhen-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runwhen-local
description: A Helm chart RunWhen Local - A community powered troubleshooting cheat sheet
type: application
version: 0.1.5
version: 0.1.6
appVersion: "0.5.10"
icon: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen_icon.png
dependencies:
Expand Down
10 changes: 9 additions & 1 deletion charts/runwhen-local/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,21 @@ runwhenLocal:
kube-system: 0
kube-public: 0
kube-node-lease: 0
codeCollections: []
codeCollections:
- repoURL: https://github.com/runwhen-contrib/rw-cli-codecollection
ref: aws-bundles2
custom:
# Note: Most of these are simple keys, such as the name of a secret that
# should be referenced from the platform. The secret itself (key and value)
# must be created in the RunWhen Platform by the user. We do not upload
# or configure secrets automatically.
kubeconfig_secret_name: kubeconfig
kubernetes_distribution_binary: kubectl
cloud_provider: none
gcp_project_id: none
gcp_ops_suite_sa: none
aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY


###############################################################################
Expand Down

0 comments on commit 45537f7

Please sign in to comment.