Skip to content

Commit 845aa0f

Browse files
authored
chore: remove hardcoded ServiceAccount name (#209)
1 parent 419c811 commit 845aa0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/fuel-block-committer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.10.8
18+
version: 0.10.9
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/fuel-block-committer/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
kind: ServiceAccount
44
metadata:
5-
name: {{ include "fuel-block-committer.serviceAccountName" . }}-app-sa
5+
name: {{ include "fuel-block-committer.serviceAccountName" . }}
66
labels:
77
{{- include "fuel-block-committer.labels" . | nindent 4 }}
88
{{- with .Values.serviceAccount.annotations }}

0 commit comments

Comments
 (0)