fix secret field schema
This commit is contained in:
@@ -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
|
||||||
|
@@ -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" . }}
|
||||||
|
Reference in New Issue
Block a user