-
I have a custom
Note that in the configured configmap there is a value for |
Beta Was this translation helpful? Give feedback.
Answered by
bulldog98
May 31, 2023
Replies: 1 comment 11 replies
-
/cc @Sgitario (kubernetes), @geoand (kubernetes), @iocanel (kubernetes) |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found out what the issue was. I also had a custom
ConfigSourceInterceptor
that redirectedcustom.config
tocustom-config
and then did not find the default value. I'm not sure if that is intended or if that is a bug.