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:
- MONGODB_PASSWORD
- MINIO_SECRETACCESSKEY
- REDIS_PASSWORD
- MINIO_SECRETACCESSKEY
- MINIO_ACCESSKEYID
- `MONGODB_USERNAME`
- `MONGODB_PASSWORD`
- `REDIS_PASSWORD`
- `MINIO_ACCESSKEYID`
- `MINIO_SECRETACCESSKEY`
### Apply all config and dependencies

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

Loading…
Cancel
Save