community
community copied to clipboard
Why does helm try to create a secret with hem install command ?
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 :
- Why does helm try to create a secrets if in my chart I am not using/define secret?
- What kind of permission should have the role to execute helm install?
Thanks in advance
To keep track of information about the release. This is what enables commands like 'helm ls' or 'helm get values' to work.
Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!