diff options
| -rw-r--r-- | kubernetes/namespaces/merch/deployment.yaml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/kubernetes/namespaces/merch/deployment.yaml b/kubernetes/namespaces/merch/deployment.yaml index 2f72e0d..70cc13d 100644 --- a/kubernetes/namespaces/merch/deployment.yaml +++ b/kubernetes/namespaces/merch/deployment.yaml @@ -20,6 +20,8 @@ spec:            envFrom:              - secretRef:                  name: thallium-backend-env +            - configMapRef: +                name: thallium-config-env            securityContext:              readOnlyRootFilesystem: true        imagePullSecrets: | 
