EugenMayer / helm-charts

Helm charts for applications no official chart exists for
24 stars 19 forks source link

Unable to install HelmChart for Rundeck #12

Closed christianhuth closed 2 years ago

christianhuth commented 2 years ago

When installing version 0.9.4 of the rundeck helm chart i receive the following error:

Error: YAML parse error on rundeck/templates/rundeck-backend-deployment.yaml: error converting YAML to JSON: yaml: line 98: could not find expected ':'

Problems seems to be related to the following lines in templates/rundeck-backend-deployment.yaml:

      { { - with .Values.nodeSelector } }
      nodeSelector:
        { { - toYaml . | nindent 8 } }
      { { - end } }

      { { - with .Values.affinity } }
      affinity:
        { { - toYaml . | nindent 8 } }
      { { - end } }

      { { - with .Values.tolerations } }
      tolerations:
        { { - toYaml . | nindent 8 } }
      { { - end } }

When uncommenting these lines the helm chart can be installed.