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

V0.6 - Helmchart configMap not created #551

Closed
zhiminwen opened this issue Jun 19, 2019 · 1 comment
Closed

V0.6 - Helmchart configMap not created #551

zhiminwen opened this issue Jun 19, 2019 · 1 comment

Comments

@zhiminwen
Copy link

Describe the bug
When the helmchart spec is using valuesContent, the respective configmap "chart-values-..." is missing. Therefore the job pod cannot be created.

To Reproduce
Use the following helmchart yaml file

    apiVersion: helm.cattle.io/v1
    kind: HelmChart
    metadata:
      name: docker-registry
      namespace: kube-system
    spec:
      chart: stable/docker-registry
      targetNamespace: kube-system
      valuesContent: |-
        service:
          name: registry
          type: LoadBalancer
        persistence:
          enabled: true
        tlsSecretName: tls-secret-registry
@erikwilson
Copy link
Contributor

Thanks for reporting this @zhiminwen! The issue has been reproduced and fix verified with #553. This is being released as a patch update in v0.6.1, please re-open if there is still an issue.

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

No branches or pull requests

2 participants