parseablehq / parseable

Open Source ElasticSearch Alternative. Parseable helps you search and get insights from your logs in the most simple way possible.
https://parseable.com
GNU Affero General Public License v3.0
1.87k stars 105 forks source link

Update Helm Identation issue #911

Closed AdheipSingh closed 1 month ago

AdheipSingh commented 1 month ago

Error

Error: YAML parse error on parseable/templates/standalone-deployment.yaml: error converting YAML to JSON: yaml: line 27: mapping values are not allowed in this context
helm.go:84: [debug] error converting YAML to JSON: yaml: line 27: mapping values are not allowed in this context
YAML parse error on parseable/templates/standalone-deployment.yaml

Label identation issue with --debug

  template:
    metadata:
      annotations:
        prometheus.io/path: /api/v1/metrics
        prometheus.io/port: "80"
        prometheus.io/scrape: "true"
      labels:
    app: parseable
    component: query
        app.kubernetes.io/name: parseable
        app.kubernetes.io/instance: release-name
    spec:

Identation Fixed

This PR has: