helm / community

Helm community content
https://helm.sh
423 stars 179 forks source link

Why does helm try to create a secret with hem install command ? #309

Open vrokida opened 1 year ago

vrokida commented 1 year ago

Hello !

I am facing an error when I try the command "helm install" of one chart with one deployment (no secret ) from AzureDevops Pipeline The error is : cannot create resource "secrets" in API group

Questions :

  1. Why does helm try to create a secrets if in my chart I am not using/define secret?
  2. What kind of permission should have the role to execute helm install?

Thanks in advance

kfox1111 commented 1 year ago

To keep track of information about the release. This is what enables commands like 'helm ls' or 'helm get values' to work.

gjenkins8 commented 10 months ago

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!