-
Notifications
You must be signed in to change notification settings - Fork 58
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
Deployment with Nginx Ingress failed #58
Comments
@funkypenguin you are the project main maintainer as I understand. Do u have some ideas? |
Hey @yurymkomarov! Looking at the template (below), both
Therefore I'd suggest that you try something like this?
If this works, then we probably have to update the README and values.yaml to more clearly indicate how to pass these arguments to the chart! Cheers! |
Not sure is related to the same thing, but the result is the same. I am using the example from the Portainer website.
and I receive an error coalesce.go:196: warning: cannot overwrite table with non table for annotations (map[]) Can you please tell me what I am doing wrong. Many thanks |
@funkypenguin do you mind having a look at @MarkLFT problem? |
Just to let you know I have got around this issue by using a value.yaml and put all the ingress values in there. So I think the issue here is just I cannot format the set values correctly. |
Hello @funkypenguin! My first attempt was to create the required structure in
And this is the structure of vaules.yaml (default)
What can we see there? Right! There is no ingress.hosts[].paths[].path My second attempt was to pass the right structure by --set flags.
So, the problem is that there is no mention in the documentation about passing custom variables by array and not by map. |
Dear @funkypenguin This is caused because
In file: ingress.yml Thanks |
Hello all,
I'm trying to deploy portainer to my EKS using terraform.
Here is my code:
Here is my error output:
I've said "okay" and added "paths":
And now I see this error:
What I'm doing wrong? 😐
The text was updated successfully, but these errors were encountered: