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
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Describe the bug
I am unable to add any podAnnotations to the RabbitMQ chart.
Version of Helm and Kubernetes:
helm: 3.2.0
k8s: 1.15 eks
Which chart:
rabbitmq
What happened:
Here is the error I get when I add any kind of annotations to the pods:
Error: YAML parse error on rabbitmq/templates/statefulset.yaml: error converting YAML to JSON: yaml: line 29: mapping values are not allowed in this context
helm.go:84: [debug] error converting YAML to JSON: yaml: line 29: mapping values are not allowed in this context
What you expected to happen:
Add the pod annotations with no fuss
How to reproduce it (as minimally and precisely as possible):
A simple example of what I tried in myValues.yaml:
podAnnotations:
foo: bar
This was the only value I used. I deleted all the rest of them until I discovered this was the failing value.
Anything else we need to know:
Annotations in other parts of the chart did work. e.g. the ingress annotations
The text was updated successfully, but these errors were encountered:
In this issue we tried to explain more carefully the reasons and motivations behind this transition, please don't hesitate to add a comment in this issue if you have any question related to the migration itself.
Describe the bug
I am unable to add any podAnnotations to the RabbitMQ chart.
Version of Helm and Kubernetes:
helm: 3.2.0
k8s: 1.15 eks
Which chart:
rabbitmq
What happened:
Here is the error I get when I add any kind of annotations to the pods:
What you expected to happen:
Add the pod annotations with no fuss
How to reproduce it (as minimally and precisely as possible):
A simple example of what I tried in myValues.yaml:
This was the only value I used. I deleted all the rest of them until I discovered this was the failing value.
Anything else we need to know:
Annotations in other parts of the chart did work. e.g. the ingress annotations
The text was updated successfully, but these errors were encountered: