mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* [stable/external-dns] Add support for creating Azure secret This commit allows Azure users to only use chart values when deploying external-dns with azure provider. Similar to AWS credentials, it adds helper template for azure.json file, appropriate new values and logic. azure.secretName is always preferred over new values to keep backward compatibility. if azure.secretName is not set and new values are not satisfied, template will fallback to hosts /etc/kubernetes/azure.json file. Also fixed table formatting in README.md Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io> * [stable/external-dns] Fix typos in README.md Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io> * [stable/external-dns] Add Azure parameters validation and simplify logic Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>