fix secret field schema

This commit is contained in:
2024-03-30 14:32:22 -06:00
parent 0f7a0d658f
commit 46effc5599
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.5 version: 0.0.6
description: Chart for Matrix Hookshot description: Chart for Matrix Hookshot
keywords: keywords:
- matrix - matrix

View File

@@ -67,7 +67,7 @@ spec:
volumes: volumes:
- name: config - name: config
secret: secret:
name: {{ template "hookshot.secretName" . }} secretName: {{ template "hookshot.secretName" . }}
- name: registration - name: registration
secret: secret:
secretName: {{ template "hookshot.registrationSecretName" . }} secretName: {{ template "hookshot.registrationSecretName" . }}