Hi Team, I am getting below error while deploying ...
# support
p
Hi Team, I am getting below error while deploying signoz on AWS EKS using helm chart.
Copy code
helm3 --namespace kube-mon install my-release signoz/signoz -f override-values.yaml

coalesce.go:160: warning: skipped value for podAnnotations: Not a table.
coalesce.go:160: warning: skipped value for podAnnotations: Not a table.
coalesce.go:160: warning: skipped value for podAnnotations: Not a table.
Error: parse error at (signoz/templates/otel-collector-metrics/config.yaml:9): unexpected unclosed action in command
1
a
@Priyam Mangla I think your config yaml is incorrectly indented. Possible to share your
signoz/templates/otel-collector-metrics/config.yaml
?
or you can check the yaml validity at http://www.yamllint.com/
p
@Ankit Nayan I have not edited the yaml file, using the one which is in the helm-chart.
a
@Prashant Shahi might be able to help here
p
@Priyam Mangla can you share the
override.yaml
?
As @Ankit Nayan mentioned, it is likely Otel-Collector-Metrics config YAML issue.
p
@Prashant Shahi any way I can fix this?
Helm version : 3.2.4 AWS cli : 1.19.112
p
@Priyam Mangla can you share
override-values.yaml
file?
p
Copy code
clickhouse:
  cloud: aws
  installCustomStorageClass: true
  persistence:
    storageClass: gp2-resizable
frontend:
  ingress:
    enabled: true
    className: "traefik-internal"
    annotations:
      {<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: traefik-internal}
    hosts:
      - host: <http://signos-staging-k8s.internal.examplehost.in|signos-staging-k8s.internal.examplehost.in>
        paths:
          - path: /
            pathType: ImplementationSpecific
    tls: []
@Prashant Shahi
p
@Priyam Mangla can you upgrade helm to latest version?
same
override.yml
works for me.. And I am using
v3.8.1
p
I have fixed it, required upgrades for helm, awscli also. Thanks! @Prashant Shahi
👍 1
🙌 1