mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 21:13:41 +00:00
Added secret_key env var to kube rc
This commit is contained in:
@@ -98,6 +98,8 @@ spec:
|
||||
value: "example.com"
|
||||
- name: ZULIP_USER_PASS
|
||||
value: "123456789"
|
||||
- name: SECRETS_secret_key
|
||||
value: "REPLCAE_WITH_SECURE_SECRET_KEY"
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user