Skip to content

Commit

Permalink
Typo in chart values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Jun 19, 2020
1 parent b329835 commit 3670de2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: stackdriver-exporter
description: A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets.
type: application
version: 0.1.1
version: 0.1.2
appVersion: 0.9.1
6 changes: 3 additions & 3 deletions charts/stackdriver-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stackdriver-exporter
====================
A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets.

Current chart version is `0.1.1`
Current chart version is `0.1.2`



Expand Down Expand Up @@ -37,6 +37,6 @@ Current chart version is `0.1.1`
| stackdriver.metrics.offset | string | `"0s"` | Set off set of data to retrieve, may be needed for some metrics. |
| stackdriver.metrics.typePrefixes | string | `"compute.googleapis.com/instance/cpu"` | Comma seperated list of metrics to query in stackdriver. |
| stackdriver.projectId | string | `""` | Define which google Project to query for stackdriver metrics. |
| stackdriver.serivceAccount.key | string | `""` | |
| stackdriver.serivceAccount.secret | string | `"sd-account"` | |
| stackdriver.serviceAccount.key | string | `""` | |
| stackdriver.serviceAccount.secret | string | `"sd-account"` | Define the secret name which stores the SA credentials. |
| tolerations | list | `[]` | Adding any tolerations to your deployment. |
2 changes: 1 addition & 1 deletion charts/stackdriver-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ service:
stackdriver:
# stackdriver.projectId -- Define which google Project to query for stackdriver metrics.
projectId: ""
serivceAccount:
serviceAccount:
# stackdriver.serviceAccount.secret -- Define the secret name which stores the SA credentials.
secret: "sd-account"
# stackdriver.serviceAccount.items -- Needed when custom data keys are used.
Expand Down

0 comments on commit 3670de2

Please sign in to comment.