-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls email not populated #208
Comments
/assign |
just to add to this: the same applies to everything under ingress in jx-requirements.yaml. An example is externalDNS, which defaults to false even if main.tf says true. |
So, I tried to reproduce it with this:
I see in the configmap:
@dicolasi when you do a plan, what does it show in the plan? it seems to populate the right value for email for me. |
Strange. Just created 3 new clusters and I see the same behaviour. I can only see this: Enabled | Production | domain | externalDNS are correctly populated. Email still empty... Here another example: tls_email = "[email protected]" jx-requirements.yaml: ingress: |
I experienced the same issue when creating a cluster 3 days ago - will be building from scratch soon so will chime in if I see the same again as well. |
I have the same issue while building a new jx3 cluster today. |
Issues go stale after 90d of inactivity. |
Summary
TLS email not populated in jx-requirements, resulting in a error in git-operator.
Steps to reproduce the behavior
In main.tf set
tls_email = "[email protected]"
Execute
terraform apply
Expected behavior
In jx-requirements.yml, the ingress section should be populated with the following:
Actual behavior
Git operator fails with the following error:
Terraform version
The output of
terraform version
is:Module version
Operating system
The text was updated successfully, but these errors were encountered: