tidb-operator
tidb-operator copied to clipboard
Issue with the indent in deployment-discovery template for resources
This https://github.com/pingcap/tidb-operator/blob/master/charts/tidb-cluster/templates/discovery-deployment.yaml#L50 should not be 12 rather 10.
Suggestion:
{{- with .Values.discovery.resources }} resources: {{ toYaml . | nindent 10 }} {{- end }}
thanks for your report. cloud you open a PR to fix it? But the tidb-cluster Helm chart is deprecated and we recommend using the new TidbCluster CR now.
https://github.com/pingcap/tidb-operator/tree/master/manifests/crd/v1