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>
19 lines
612 B
YAML
19 lines
612 B
YAML
apiVersion: v1
|
|
name: external-dns
|
|
version: 2.7.0
|
|
appVersion: 0.5.17
|
|
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
|
|
keywords:
|
|
- external-dns
|
|
- network
|
|
- dns
|
|
home: https://github.com/kubernetes-incubator/external-dns
|
|
sources:
|
|
- https://github.com/kubernetes-incubator/external-dns
|
|
- https://github.com/bitnami/bitnami-docker-external-dns
|
|
maintainers:
|
|
- name: Bitnami
|
|
email: containers@bitnami.com
|
|
engine: gotpl
|
|
icon: https://bitnami.com/assets/stacks/external-dns/img/external-dns-stack-110x117.png
|