Skip to content
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

current helm chart generates bad manifests #2159

Closed
derrickburns opened this issue Jan 9, 2020 · 0 comments · Fixed by #2164
Closed

current helm chart generates bad manifests #2159

derrickburns opened this issue Jan 9, 2020 · 0 comments · Fixed by #2164

Comments

@derrickburns
Copy link
Contributor

derrickburns commented Jan 9, 2020

@kdorosh There are two bugs in your helm templates that result in bad manifests.

https://github.com/solo-io/gloo/blob/master/install/helm/gloo/templates/7-gateway-proxy-deployment.yaml

This file will not work if there is more than one gateway proxy defined with helm2. I did not try it with helm3.

Here is part of the generated output. Notice that the separator --- is appended to the line name: envoy-config.

      volumes:
      - configMap:
          name: external-gateway-proxy-envoy-config
        name: envoy-config---
apiVersion: apps/v1

You have another instance of the same bug at the end of the gateway proxy config map template:

          port_value: 19000 # if (empty $spec.configMap.data) ## allows full custom---
# config_map
apiVersion: v1
kind: ConfigMap
@derrickburns derrickburns changed the title helm chart bug prevents multiple proxy deployments current helm chart generates bad manifests Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant