Skip to content

Commit

Permalink
Added name field in service account (#92)
Browse files Browse the repository at this point in the history
* Added name field in service account

* bump chart version

* bump up the chart version

Signed-off-by: Rohit Raut <[email protected]>

---------

Signed-off-by: Rohit Raut <[email protected]>
  • Loading branch information
rohitraut3366 authored Jul 10, 2023
1 parent f83e25c commit de5b203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- kubecost
- opencost
- monitoring
version: 1.17.1
version: 1.17.2
maintainers:
- name: mattray
url: https://mattray.dev
Expand Down
4 changes: 3 additions & 1 deletion charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ serviceAccount:
# -- Annotations to add to the service account
annotations: {}
# eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/eksctl-opencost

# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
# -- Whether pods running as this service account should have an API token automatically mounted
automountServiceAccountToken: true

Expand Down

0 comments on commit de5b203

Please sign in to comment.