Skip to content

Tolerations config need to be defined in values.yaml in digger-backend chart #18

Open
@faustikle

Description

@faustikle

On charts/digger-backend/templates/backend-deployment.yaml you have this:

{{- if $.Values.digger.tolerations }}
  tolerations:
  {{- toYaml $.Values.digger.tolerations | nindent 8 }}
{{- end }}

But it was not defined in values.yaml, so we catch this error:

YAML parse error on digger-backend/templates/backend-deployment.yaml: error converting YAML to JSON: yaml: line 19: did not find expected key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions