From 62e206b4abb5a7155806d24f31bf26733fe9d92e Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Mon, 5 May 2025 21:12:34 -0400 Subject: [PATCH] Fix perspective secret key --- namespaces/apps/comentario/patches/secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namespaces/apps/comentario/patches/secret.yaml b/namespaces/apps/comentario/patches/secret.yaml index 55dc700..cf5ed56 100644 --- a/namespaces/apps/comentario/patches/secret.yaml +++ b/namespaces/apps/comentario/patches/secret.yaml @@ -41,6 +41,6 @@ spec: apiLayerSpamChecker: key: "{{ .APILAYER_SPAMCHECKER_APIKEY.Value }}" perspective: - apiKey: "{{ .PERSPECTIVE_APIKEY.Value }}" + key: "{{ .PERSPECTIVE_APIKEY.Value }}" xsrfSecret: "{{ .XSRF_SECRET.Value }}"