From 46effc5599f9ab3785baf76e49eccc3273571cb1 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 30 Mar 2024 14:32:22 -0600 Subject: [PATCH] fix secret field schema --- charts/matrix-hookshot/Chart.yaml | 2 +- charts/matrix-hookshot/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/matrix-hookshot/Chart.yaml b/charts/matrix-hookshot/Chart.yaml index 4f617f3..ec2ca9d 100644 --- a/charts/matrix-hookshot/Chart.yaml +++ b/charts/matrix-hookshot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: matrix-hookshot -version: 0.0.5 +version: 0.0.6 description: Chart for Matrix Hookshot keywords: - matrix diff --git a/charts/matrix-hookshot/templates/deployment.yaml b/charts/matrix-hookshot/templates/deployment.yaml index 4052ba2..de50912 100644 --- a/charts/matrix-hookshot/templates/deployment.yaml +++ b/charts/matrix-hookshot/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: volumes: - name: config secret: - name: {{ template "hookshot.secretName" . }} + secretName: {{ template "hookshot.secretName" . }} - name: registration secret: secretName: {{ template "hookshot.registrationSecretName" . }}