fix service account name

This commit is contained in:
2024-03-30 14:48:51 -06:00
parent ff7fb92c19
commit ead44d21f7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: matrix-hookshot name: matrix-hookshot
version: 0.0.7 version: 0.0.8
description: Chart for Matrix Hookshot description: Chart for Matrix Hookshot
keywords: keywords:
- matrix - matrix

View File

@@ -24,7 +24,7 @@ spec:
app.kubernetes.io/name: matrix-hookshot app.kubernetes.io/name: matrix-hookshot
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
spec: spec:
serviceAccountName: {{ .Release.Name }} serviceAccountName: matrix-hookshot
automountServiceAccountToken: true automountServiceAccountToken: true
containers: containers:
- name: matrix-hookshot - name: matrix-hookshot