-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugAn issue reporting a potential bugAn issue reporting a potential bug
Description
Describe the bug
Unable to create nging-ingress-controller with Nginx-Ingress-Operator v1.5.1 and OCP Version v4.13
To Reproduce
Steps to reproduce the behavior:
- Deployed Nginx Ingress Operator v1.5.1 provided by NGINX Inc
- Tried to create Nginx Ingress Controller through OpenShift Console
- seeing below error,
failed to install release: values don't meet the specifications of the
schema(s) in the following chart(s):
nginx-ingress:
open ./v1.26.1/_definitions.json: no such file or directory
reason: InstallError
Also in events observed
Chart value "controller.wildcardTLS.cert" overridden to "" by operator's watches.yaml
Chart value "controller.defaultTLS.key" overridden to "" by operator's watches.yaml
Expected behavior
A nginx ingress controller instance should get up and running for nginx-ingress-operator
Environment
- Version of the NGINX Ingress Operator - release version or a specific commit - Nginx-Ingress-Operator v1.5.1
- Version of the Ingress Controller - release version or a specific commit - based on above Operator Version
- Version of Kubernetes - Kubernetes Version: v1.26.3+b404935
- Kubernetes platform - OCP v4.13
- Using NGINX or NGINX Plus - NGINX
Additional context
If i try to install helm based nginx ingress controller able to get deployed on OCP v4.13
Metadata
Metadata
Assignees
Labels
bugAn issue reporting a potential bugAn issue reporting a potential bug