You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ helm upgrade kong-cp kong/kong -n kong --values ./values-cp.yaml
coalesce.go:220: warning: cannot overwrite table with non table for kong.admin.annotations (map[])
coalesce.go:220: warning: cannot overwrite table with non table for kong.admin.annotations (map[])
Error: UPGRADE FAILED: template: kong/templates/service-kong-admin.yaml:11:4: executing "kong/templates/service-kong-admin.yaml" at <include "kong.service" $serviceConfig>: error calling include: template: kong/templates/_helpers.tpl:179:28: executing "kong.service" at <.annotations>: range can't iterate over beta.cloud.google.com/backend-config='{"default":"kong-hc"}'
What did you expect to happen?
The 8 line above should be modified to "beta.cloud.google.com/backend-config: '{"default":"kong-hc"}'", which remove equal sign to colon sign.
Actually in my case, remove 14, 15 lines works for me, otherwise failed.
Also, the next page (kong manager setting) is the same problem.
Code of Conduct and Community Expectations
I agree to follow this project's Code of Conduct
I agree to abide by the Community Expectations
The text was updated successfully, but these errors were encountered:
Where is the problem?
https://docs.konghq.com/gateway/latest/install/kubernetes/admin/
What happened?
In the second step GKE "Configure the admin section in values-cp.yaml..." the configuration is show as following.
When updated it shows the error.
What did you expect to happen?
The 8 line above should be modified to "beta.cloud.google.com/backend-config: '{"default":"kong-hc"}'", which remove equal sign to colon sign.
Actually in my case, remove 14, 15 lines works for me, otherwise failed.
Also, the next page (kong manager setting) is the same problem.
Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: