You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to upgrade nxrm3 ha to 3.75.1 with helm chart 75.1.0.
This is the error message:
Error: UPGRADE FAILED: YAML parse error on nxrm-ha/templates/statefulset.yaml: error converting YAML to JSON: yaml: line 136: did not find expected '-' indicator
Nothing sticks out as wrong on line 136 of the template in the repository but I noticed this on line 159
{{ if or (and .Values.aws.secretmanager.enabled .Values.secret.aws.nexusSecret.enabled) (and .Values.azure.keyvault.enabled .Values.secret.azure.nexusSecret.enabled) }}
to me it looks like the if statement is missing the leading dash after the curly brackets {{- like every other if statement has.
Good evening,
Tried to upgrade nxrm3 ha to 3.75.1 with helm chart 75.1.0.
This is the error message:
Error: UPGRADE FAILED: YAML parse error on nxrm-ha/templates/statefulset.yaml: error converting YAML to JSON: yaml: line 136: did not find expected '-' indicator
Nothing sticks out as wrong on line 136 of the template in the repository but I noticed this on line 159
{{ if or (and .Values.aws.secretmanager.enabled .Values.secret.aws.nexusSecret.enabled) (and .Values.azure.keyvault.enabled .Values.secret.azure.nexusSecret.enabled) }}
to me it looks like the if statement is missing the leading dash after the curly brackets {{- like every other if statement has.
Link to template: https://artifacthub.io/packages/helm/sonatype/nxrm-ha/75.1.0?modal=template&template=statefulset.yaml
The text was updated successfully, but these errors were encountered: