Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Misspelling a chart name has confusing behaviour #26

Open
jaxxstorm opened this issue May 9, 2018 · 0 comments
Open

Misspelling a chart name has confusing behaviour #26

jaxxstorm opened this issue May 9, 2018 · 0 comments

Comments

@jaxxstorm
Copy link

I created a helmrelease but misspelled the chart name:

apiVersion: helm.bitnami.com/v1
kind: HelmRelease
metadata:
  name: helm-redis
spec:
  # 'stable' repo
  repoUrl: https://kubernetes-charts.storage.googleapis.com
  chartName: reds
  version: 3.2.1
  values: |
    usePassword: true

It created the redis deployment and the HelmRelease object:

NAME         AGE
helm-redis   40s

But no deployment or pod was ever created

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant