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
Using templatfile or yamlencode for kubernetes.jobmanager.annotations Map both result in the operator reporting
[WARN ] Error while trying to split key and value in configuration file /opt/flink/conf/flink-conf.yaml:55: Line is not a key-value pair (missing space after ':'?)
It seems an inline literal Map works fine but good luck getting that to be rendered using templatefile or yamlencode: kubernetes.jobmanager.annotations: {"prometheus.io/scrape": true, "prometheus.io/port": 9999}
Problem
Using
templatfile
oryamlencode
forkubernetes.jobmanager.annotations
Map both result in the operator reportingIt seems an inline literal Map works fine but good luck getting that to be rendered using
templatefile
oryamlencode
:kubernetes.jobmanager.annotations: {"prometheus.io/scrape": true, "prometheus.io/port": 9999}
Background thread: #6 (comment)
The text was updated successfully, but these errors were encountered: