jedcunningham opened a new issue #20560:
URL: https://github.com/apache/airflow/issues/20560
### Official Helm Chart version
main (development)
### Apache Airflow version
2.2.3 (latest released)
### Kubernetes Version
1.21.5
### Helm Chart configuration
```yaml
elasticsearch:
enabled: true
connection:
host: elasticsearch-master
port: 9200
```
### Docker Image customisations
_No response_
### What happened
Secret was created with this connection:
```
http://%3Cno+value%3E:%3Cno+value%3E@elasticsearch-master:9200
```
### What you expected to happen
Secret created with this connection:
```
http://elasticsearch-master:9200
```
### How to reproduce
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]