aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/modmail/bot
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-01-08 14:58:05 +0000
committerGravatar Chris Lovering <[email protected]>2024-01-31 14:00:10 +0000
commitd7472f7f775b195ddd55d7a953ce79ba9e14803e (patch)
tree2fc376f929f3f390e67a429841ba598470af0fb7 /kubernetes/namespaces/default/modmail/bot
parentBump dorny/paths-filter from 2 to 3 (#177) (diff)
Move non-secret secrets from secrets.yaml files to config maps
Diffstat (limited to 'kubernetes/namespaces/default/modmail/bot')
-rw-r--r--kubernetes/namespaces/default/modmail/bot/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/modmail/bot/deployment.yaml b/kubernetes/namespaces/default/modmail/bot/deployment.yaml
index e640fdc..b54fd2a 100644
--- a/kubernetes/namespaces/default/modmail/bot/deployment.yaml
+++ b/kubernetes/namespaces/default/modmail/bot/deployment.yaml
@@ -34,6 +34,8 @@ spec:
envFrom:
- secretRef:
name: modmail
+ - configMapRef:
+ name: modmail-config-env
securityContext:
readOnlyRootFilesystem: true
volumes: