Error: Ingress.extensions "mimir-distributed-nginx" is invalid: spec.rules[0].host: Invalid value: "[mimiraksclus.xxxxx.cloud]": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*') #4344
Unanswered
dwaiba
asked this question in
Help and support
Replies: 1 comment 1 reply
-
I've never used Helm with Terraform before, but this line looks suspicious to me:
The value for I think it should be: (note the removed
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using this and getting this error: (CRDs are installed for Operator)
Error: Ingress.extensions "mimir-distributed-nginx" is invalid: spec.rules[0].host: Invalid value: "[mimiraksclus.xxxxxx.cloud]": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
Beta Was this translation helpful? Give feedback.
All reactions