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
The empty line before the comment is remove. I don't want it because the attribute "remoteWriteDashboards" is not linked to the list above.
Another strange behavior also linked to the list:
With 1.1.0:
kube-prometheus-stack:
coreDns:
enabled: true
serviceMonitor:
metricRelabelings:
# No need to have go metrics for coreDns as we are in managed cluster
- action: drop
regex: "go_.*"
sourceLabels: [__name__]
- action: drop
regex: "coredns_dns_response_size_.*"
sourceLabels: [__name__]
## Component scraping etcd
##
kubeEtcd:
enabled: false
With 2.4.0:
kube-prometheus-stack:
coreDns:
enabled: true
serviceMonitor:
metricRelabelings:
# No need to have go metrics for coreDns as we are in managed cluster
- action: drop
regex: "go_.*"
sourceLabels: [__name__]
- action: drop
regex: "coredns_dns_response_size_.*"
sourceLabels: [__name__]
## Component scraping etcd
##
kubeEtcd:
enabled: false
The comment just above "kubeEtcd" is moved to the right whereas it is linked to the below attribute which is outside of the list
Could you help me on both behavior?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I have a strange case with the version 2.4.0 (I did not have ot with version 1.1.0)
Here my code formated with version 1.1.0:
And with 2.4.0
The empty line before the comment is remove. I don't want it because the attribute "remoteWriteDashboards" is not linked to the list above.
Another strange behavior also linked to the list:
With 1.1.0:
With 2.4.0:
The comment just above "kubeEtcd" is moved to the right whereas it is linked to the below attribute which is outside of the list
Could you help me on both behavior?
Thank you
The text was updated successfully, but these errors were encountered: