format contents.

pull/2973/head
Monet Lee 9 months ago
parent 8bb91b6953
commit e6f6684820

@ -103,11 +103,11 @@ spec:
So, you need following configurations to set secret: So, you need following configurations to set secret:
- MONGODB_PASSWORD - `MONGODB_USERNAME`
- MINIO_SECRETACCESSKEY - `MONGODB_PASSWORD`
- REDIS_PASSWORD - `REDIS_PASSWORD`
- MINIO_SECRETACCESSKEY - `MINIO_ACCESSKEYID`
- MINIO_ACCESSKEYID - `MINIO_SECRETACCESSKEY`
### Apply all config and dependencies ### Apply all config and dependencies

@ -30,12 +30,6 @@ spec:
name: mongo-secret name: mongo-secret
key: mongo_openim_password key: mongo_openim_password
- name: IMENV_MONGODB_USERNAME
valueFrom:
secretKeyRef:
name: mongo-secret
key: mongo_openim_username
volumeMounts: volumeMounts:
- name: openim-config - name: openim-config
mountPath: "/config" mountPath: "/config"

Loading…
Cancel
Save