You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/external-dns/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,11 @@ If `namespaced` is set to `true`, please ensure that `sources` my only contains
130
130
| podSecurityContext | object | See _values.yaml_|[Pod security context](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core), this supports full customisation. |
131
131
| policy | string |`"upsert-only"`| How DNS records are synchronized between sources and providers; available values are `create-only`, `sync`, & `upsert-only`. |
132
132
| priorityClassName | string |`nil`| Priority class name for the `Pod`. |
| provider.name | string |`"aws"`|_ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers). |
| provider.webhook.sidecar.args | list |`[]`| Extra arguments to provide for the `webhook` container. |
137
139
| provider.webhook.sidecar.env | list |`[]`|[Environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `webhook` container. |
138
140
| provider.webhook.sidecar.extraVolumeMounts | list |`[]`| Extra [volume mounts](https://kubernetes.io/docs/concepts/storage/volumes/) for the `webhook` container. |
Copy file name to clipboardExpand all lines: charts/external-dns/values.schema.json
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1153,17 +1153,25 @@
1153
1153
]
1154
1154
},
1155
1155
"provider": {
1156
+
"description": "Provider configuration",
1156
1157
"type": [
1157
1158
"object",
1158
1159
"string"
1159
1160
],
1160
1161
"properties": {
1161
1162
"name": {
1162
1163
"description": "_ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers).",
# -- _ExternalDNS_ provider name; for the available providers and how to configure them see [README](https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/README.md#providers).
0 commit comments