Skip to content
New issue

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

Doc incorrect https://github.com/nats-io/k8s/tree/main/helm/charts/nack#getting-started #898

Open
stand-sure opened this issue May 16, 2024 · 0 comments
Labels
defect Suspected defect such as a bug or regression

Comments

@stand-sure
Copy link

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]

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
@stand-sure stand-sure added the defect Suspected defect such as a bug or regression label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant