Compare commits

...

1 Commits

Author SHA1 Message Date
ead44d21f7 fix service account name 2024-03-30 14:48:51 -06:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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