Skip to content

Commit

Permalink
optional admin password and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 16, 2025
1 parent 15450bc commit 524b801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/centrifugo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 524b801

Please sign in to comment.