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
When attempting to render the helm chart, the following error occurs:
Error: Error: execution error at (pomerium/templates/validation.yaml:10:3): `ingressController.enabled` is not compatible with `ingress.enabled` unless legacy `ingressController.operatorMode`
What happened?
With the following variables set:
When attempting to render the helm chart, the following error occurs:
What did you expect to happen?
Successful render
What's your environment like?
What are your chart values?
Additional context
This is occurring because
validation.yaml
is referring toingressController.operatorMode
which was moved toingressController.config.operatorMode
The work around is:
By putting
operatorMode
twice.The text was updated successfully, but these errors were encountered: