Use etherpad secret
This commit is contained in:
@@ -42,6 +42,13 @@ spec:
|
|||||||
runAsUser: 5001
|
runAsUser: 5001
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9001
|
- containerPort: 9001
|
||||||
|
# SSO_ISSUER, ADMIN_SECRET, USER_SECRET, ADMIN_REDIRECT and
|
||||||
|
# USER_REDIRECT live in application-secrets; without this they sit in
|
||||||
|
# the Secret unused and Etherpad keeps logging that its embedded OIDC
|
||||||
|
# clients use placeholder secrets.
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: application-secrets
|
||||||
env:
|
env:
|
||||||
- name: MINIFY
|
- name: MINIFY
|
||||||
value: 'false'
|
value: 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user