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

Helm variables set array values (Azure Devops kubectl deployment) #13022

Open
jihadkhawaja-bottomline opened this issue May 9, 2024 · 2 comments

Comments

@jihadkhawaja-bottomline
Copy link

Is there a workaround for this? as I keep getting this error upon deployment in Azure DevOps

yaml-files/build.yml (Line: 47, Col: 5): A mapping was not expected
yaml-files/build.yml (Line: 50, Col: 5): A mapping was not expected
yaml-files/build.yml (Line: 93, Col: 5): A mapping was not expected
variables:
  excludedKeys: [ '1', '2', '3' ]
  excludedTenants: []
  excludedTenantsKeywords: []

Output of helm version:
2.14

Output of kubectl version:
1.30
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AKS

@gjenkins8
Copy link
Contributor

Helm 2 is long long deprecated. Can you retry with a modern version of Helm please.

@jihadkhawaja-bottomline
Copy link
Author

Thanks @gjenkins8 , will try that and get back to you.

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

No branches or pull requests

2 participants