We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
v1.28.3
MacOS
v3.2.4
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
It should be able to generate the manifests and deploy those on kubernetes
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
I was able to resolve this issue by making few of the lines of deployment.yaml file to single-line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Affected Components
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
Expected behaviour
It should be able to generate the manifests and deploy those on kubernetes
Actual behaviour
Its giving the following error -
Additional Information
Solution
I was able to resolve this issue by making few of the lines of deployment.yaml file to single-line
The text was updated successfully, but these errors were encountered: