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

[BUG]: Helm install is not working properly for the k8sgpt-operator chart #302

Open
3 of 4 tasks
zetasoumyadeepp opened this issue Dec 28, 2023 · 0 comments
Open
3 of 4 tasks

Comments

@zetasoumyadeepp
Copy link

zetasoumyadeepp commented Dec 28, 2023

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

No response

Kubernetes Version

v1.28.3

Host OS and its Version

MacOS

Helm Version

v3.2.4

Steps to reproduce

Follow the instructions to install using helm

helm repo add k8sgpt https://charts.k8sgpt.ai/
helm repo update
helm install release k8sgpt/k8sgpt-operator -n test-k8sgpt --create-namespace

Expected behaviour

It should be able to generate the manifests and deploy those on kubernetes

Actual behaviour

Its giving the following error -

install.go:159: [debug] Original chart version: ""
install.go:176: [debug] CHART PATH: /Library/Caches/helm/repository/k8sgpt-operator-0.0.27.tgz

Error: parse error at (k8sgpt-operator/templates/deployment.yaml:60): unclosed action
helm.go:84: [debug] parse error at (k8sgpt-operator/templates/deployment.yaml:60): unclosed action

Additional Information

Solution

I was able to resolve this issue by making few of the lines of deployment.yaml file to single-line

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

1 participant