Skip to content

Commit de5b203

Browse files
Added name field in service account (#92)
* Added name field in service account * bump chart version * bump up the chart version Signed-off-by: Rohit Raut <59472818+rohitraut3366@users.noreply.github.com> --------- Signed-off-by: Rohit Raut <59472818+rohitraut3366@users.noreply.github.com>
1 parent f83e25c commit de5b203

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- kubecost
1010
- opencost
1111
- monitoring
12-
version: 1.17.1
12+
version: 1.17.2
1313
maintainers:
1414
- name: mattray
1515
url: https://mattray.dev

charts/opencost/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ serviceAccount:
99
# -- Annotations to add to the service account
1010
annotations: {}
1111
# eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/eksctl-opencost
12-
12+
# The name of the service account to use.
13+
# If not set and create is true, a name is generated using the fullname template
14+
name: ""
1315
# -- Whether pods running as this service account should have an API token automatically mounted
1416
automountServiceAccountToken: true
1517

0 commit comments

Comments
 (0)