Use etherpad secret

This commit is contained in:
2026-08-23 14:30:24 +03:00
parent 9ad15aa58f
commit 9c72de9a8d

View File

@@ -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'