Skip to content

Commit

Permalink
bugfix: correct variable type for "extraArgs" (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Fonseca authored Jun 20, 2023
1 parent 5f8c362 commit 710baf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/yet-another-cloudwatch-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ helm install nerdswords/yet-another-cloudwatch-exporter
| aws.secret.includesSessionToken | bool | `false` | |
| aws.secret.name | string | `nil` | |
| config | string | `"apiVersion: v1alpha1\nsts-region: eu-west-1\ndiscovery:\n exportedTagsOnMetrics:\n ec2:\n - Name\n ebs:\n - VolumeId\n jobs:\n - type: es\n regions:\n - eu-west-1\n searchTags:\n - key: type\n value: ^(easteregg|k8s)$\n metrics:\n - name: FreeStorageSpace\n statistics:\n - Sum\n period: 60\n length: 600\n - name: ClusterStatus.green\n statistics:\n - Minimum\n period: 60\n length: 600\n - name: ClusterStatus.yellow\n statistics:\n - Maximum\n period: 60\n length: 600\n - name: ClusterStatus.red\n statistics:\n - Maximum\n period: 60\n length: 600"` | |
| extraArgs | list | `[]` | |
| extraArgs | object | `{}` | |
| extraEnv | list | `[]` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/yet-another-cloudwatch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extraEnv: []
# - name : key1
# value: value1

extraArgs: []
extraArgs: {}
# scraping-interval: 300

aws:
Expand Down

0 comments on commit 710baf9

Please sign in to comment.