We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitnami/mongodb-sharded 7.8.0
amd64
common: systemLogVerbosity: 3 systemLogVerbosity: 3
MONGODB_SYSTEM_LOG_VERBOSITY is set to 3
MONGODB_SYSTEM_LOG_VERBOSITY is set to 0
kubectl get application -n argocd mongodb-sharded -o yaml | grep -B1 systemLogVerbosity common: systemLogVerbosity: 3 systemLogVerbosity: 3 -- storageClass: ceph-block systemLogVerbosity: 3 -- common: systemLogVerbosity: 3 -- common: systemLogVerbosity: 3 systemLogVerbosity: 3 -- common: systemLogVerbosity: 3 systemLogVerbosity: 3 -- common: systemLogVerbosity: 3 systemLogVerbosity: 3
From mongodb:
kubectl get all -o yaml | grep -A1 MONGODB_SYSTEM_LOG_VERBOSITY - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0" -- - name: MONGODB_SYSTEM_LOG_VERBOSITY value: "0"
Var is handled via https://github.com/bitnami/charts/blob/mongodb-sharded/7.8.0/bitnami/mongodb/templates/replicaset/statefulset.yaml#L288-L289
The text was updated successfully, but these errors were encountered:
The parameter is common.mongodbSystemLogVerbosity, see https://github.com/bitnami/charts/tree/mongodb-sharded/7.8.0/bitnami/mongodb-sharded#mongodb-sharded-parameters, it seems you're missing the mongodb prefix.
common.mongodbSystemLogVerbosity
mongodb
Sorry, something went wrong.
javsalgar
No branches or pull requests
Name and Version
bitnami/mongodb-sharded 7.8.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
What is the expected behavior?
MONGODB_SYSTEM_LOG_VERBOSITY is set to 3
What do you see instead?
MONGODB_SYSTEM_LOG_VERBOSITY is set to 0
From mongodb:
Additional information
Var is handled via https://github.com/bitnami/charts/blob/mongodb-sharded/7.8.0/bitnami/mongodb/templates/replicaset/statefulset.yaml#L288-L289
The text was updated successfully, but these errors were encountered: