jiamo opened a new issue #15558:
URL: https://github.com/apache/airflow/issues/15558
Can't deploy airflow chart with mysql backend?
I find chart/templates/secrets/metadata-connection-secret.yaml postgres
with such code
data:
connection: {{ (printf "postgresql://%s:%s@%s:%s/%s?sslmode=%s"
.Values.data.metadataConnection.user .Values.data.metadataConnection.pass $host
$port $database .Values.data.metadataConnection.sslmode) | b64enc | quote }}
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]