From 524b80142ef1e3e9da6eb19b54266a13bd7ea713 Mon Sep 17 00:00:00 2001 From: FZambia Date: Thu, 16 Jan 2025 07:33:15 +0200 Subject: [PATCH] optional admin password and secret --- charts/centrifugo/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/centrifugo/templates/deployment.yaml b/charts/centrifugo/templates/deployment.yaml index f9e2362..296628d 100644 --- a/charts/centrifugo/templates/deployment.yaml +++ b/charts/centrifugo/templates/deployment.yaml @@ -88,11 +88,13 @@ spec: secretKeyRef: name: {{ include "centrifugo.secretName" . }} key: adminPassword + optional: true - name: CENTRIFUGO_ADMIN_SECRET valueFrom: secretKeyRef: name: {{ include "centrifugo.secretName" . }} key: adminSecret + optional: true - name: CENTRIFUGO_CLIENT_TOKEN_HMAC_SECRET_KEY valueFrom: secretKeyRef: