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: