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
NA
https://github.com/nats-io/k8s/tree/main/helm/charts/nack#getting-started
the example repeats memoryStore, viz. [comments are mine]
memoryStore
natsBox: enabled: false config: jetstream: enabled: true memoryStore: enabled: true maxSize: 256Mi memoryStore: # duplicate enabled: true pvc: # not a valid subkey enabled: true size: 256Mi
this is probably what is wanted
natsBox: enabled: false config: jetstream: enabled: true memoryStore: enabled: true maxSize: 256Mi fileStore: enabled: true pvc: enabled: true size: 256Mi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version were you using?
NA
What environment was the server running in?
NA
Is this defect reproducible?
NA
Given the capability you are leveraging, describe your expectation?
NA
Given the expectation, what is the defect you are observing?
https://github.com/nats-io/k8s/tree/main/helm/charts/nack#getting-started
the example repeats
memoryStore
, viz. [comments are mine]this is probably what is wanted
The text was updated successfully, but these errors were encountered: