You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've just hit this issue as well. It'd be great if this could be fixed - or if the example config could be adjusted to show the value as snake case if fixing the actual issue is too low priority.
It seems that in the PR #137 the writeDeadline option was not converted to camel case. Maybe intentional?
nats-operator/pkg/apis/nats/v1alpha2/cluster.go
Line 165 in a2c3c71
it should be
The nats-operator crds have also still write_deadline defined:
https://github.com/nats-io/k8s/blob/b55687a97a5fd55485e1af302fbdbe43d2d3b968/helm/charts/nats-operator/crds/customresourcedefinition.yaml#L42
The problem is a) the inconsistency in naming and b) the wrong example config(s) e.g.
nats-operator/example/example-nats-custom-config.yaml
Line 15 in a2c3c71
The text was updated successfully, but these errors were encountered: