Should controller.debug be included in values.yaml to prevent Helm failures? #7524
Closed
abbas916990
started this conversation in
General
Replies: 1 comment
-
@abbas916990 this flag is only for live debugging purposes during development, you can read more about it here. You don't need this flag enabled in prod environment.
is the correct value |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that the nginx-ingress Helm chart references .Values.controller.debug.enable in _helpers.tpl, but controller.debug is not defined in values.yaml. This leads to a nil pointer evaluating interface {}.enable error unless users explicitly define controller.debug.
Beta Was this translation helpful? Give feedback.
All reactions