You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
556 B
Plaintext
14 lines
556 B
Plaintext
CHART NAME: {{ .Chart.Name }}
|
|
CHART VERSION: {{ .Chart.Version }}
|
|
APP VERSION: {{ .Chart.AppVersion }}
|
|
|
|
** Please be patient while the chart is being deployed **
|
|
|
|
To verify that external-dns has started, run:
|
|
|
|
kubectl --namespace={{ .Release.Namespace }} get pods -l "app.kubernetes.io/name={{ template "external-dns.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"
|
|
|
|
{{ include "external-dns.validateValues" . }}
|
|
{{ include "external-dns.checkRollingTags" . }}
|
|
{{- include "common.warnings.resources" (dict "sections" (list "") "context" $) }}
|