fix secret field schema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: matrix-hookshot
|
||||
version: 0.0.5
|
||||
version: 0.0.6
|
||||
description: Chart for Matrix Hookshot
|
||||
keywords:
|
||||
- matrix
|
||||
|
@@ -67,7 +67,7 @@ spec:
|
||||
volumes:
|
||||
- name: config
|
||||
secret:
|
||||
name: {{ template "hookshot.secretName" . }}
|
||||
secretName: {{ template "hookshot.secretName" . }}
|
||||
- name: registration
|
||||
secret:
|
||||
secretName: {{ template "hookshot.registrationSecretName" . }}
|
||||
|
Reference in New Issue
Block a user