Fix perspective secret key

This commit is contained in:
JLP 2025-05-05 21:12:34 -04:00
parent ab2d804a27
commit 62e206b4ab
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC

View file

@ -41,6 +41,6 @@ spec:
apiLayerSpamChecker:
key: "{{ .APILAYER_SPAMCHECKER_APIKEY.Value }}"
perspective:
apiKey: "{{ .PERSPECTIVE_APIKEY.Value }}"
key: "{{ .PERSPECTIVE_APIKEY.Value }}"
xsrfSecret: "{{ .XSRF_SECRET.Value }}"