Replies: 1 comment 5 replies
-
You are likely using some outdated CRDs? If you are using Helm, Helm does not update any CRDs. So you have to do it manually after every Helm upgrade. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The connector helm config is based on the following template I created:
The strimzi operator:
All worked until I added the
autoRestart
property.With the autoRestart I keep getting, whenever I try to upgrade:
From all the documentation I could find, it looks like I added the configuration correctly,
though I am not sure why it's not working.
Beta Was this translation helpful? Give feedback.
All reactions