diff --git a/charts/matrix-hookshot/Chart.yaml b/charts/matrix-hookshot/Chart.yaml index d829d83..4f83284 100644 --- a/charts/matrix-hookshot/Chart.yaml +++ b/charts/matrix-hookshot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: matrix-hookshot -version: 0.0.7 +version: 0.0.8 description: Chart for Matrix Hookshot keywords: - matrix diff --git a/charts/matrix-hookshot/templates/deployment.yaml b/charts/matrix-hookshot/templates/deployment.yaml index b0126a4..77a8cf4 100644 --- a/charts/matrix-hookshot/templates/deployment.yaml +++ b/charts/matrix-hookshot/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/name: matrix-hookshot app.kubernetes.io/instance: {{ .Release.Name }} spec: - serviceAccountName: {{ .Release.Name }} + serviceAccountName: matrix-hookshot automountServiceAccountToken: true containers: - name: matrix-hookshot