kimminw00 commented on PR #34735:
URL: https://github.com/apache/airflow/pull/34735#issuecomment-1772292764
If <code>airflow.fullname</code> is longer than 63 chars, then
<code>app.kubernetes.io/name</code> is longer than 63 chars.
(For example, <code>{{ include "airflow.fullname" . }}-dag-processor</code>
should not longer than 63 chars.)
You have to check
https://github.com/prometheus-community/helm-charts/blob/1a8f84ae3621937cf43cfb0e97956c4690d9d96b/charts/kube-prometheus-stack/templates/_helpers.tpl#L7-L25.
I think it is better to open another PR which fixes <code>{{ include
"airflow.fullname" . }}</code> first. And
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]