From ead44d21f7c4c9ebc07d81980f15fca2c5a8bee4 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 30 Mar 2024 14:48:51 -0600 Subject: [PATCH] fix service account name --- charts/matrix-hookshot/Chart.yaml | 2 +- charts/matrix-hookshot/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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