-
I create ingress separately, not with operator. How to disable operator creation of ingress? |
Beta Was this translation helpful? Give feedback.
Answered by
csatib02
Sep 15, 2024
Replies: 1 comment
-
Hey @srekkas, Ingress creation is not part of the operator helm-chart, but several CR examples utilises ingresses. Beware that if a CR sets up an ingress it most probably uses it, but of course you can disable them via modifying the CR's yaml before applying. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
csatib02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @srekkas,
Ingress creation is not part of the operator helm-chart, but several CR examples utilises ingresses. Beware that if a CR sets up an ingress it most probably uses it, but of course you can disable them via modifying the CR's yaml before applying.