Skip to content

Commit 333f098

Browse files
committed
Update files from make helm-lint
1 parent 385ec41 commit 333f098

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

charts/external-dns/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ If `namespaced` is set to `true`, please ensure that `sources` my only contains
9494
| Key | Type | Default | Description |
9595
|-----|------|---------|-------------|
9696
| affinity | object | `{}` | Affinity settings for `Pod` [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). If an explicit label selector is not provided for pod affinity or pod anti-affinity one will be created from the pod selector labels. |
97-
| annotationFilter | string | `nil` | Filter resources queried for endpoints by annotation selector. |
9897
| automountServiceAccountToken | bool | `true` | Set this to `false` to [opt out of API credential automounting](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the `Pod`. |
9998
| commonLabels | object | `{}` | Labels to add to all chart resources. |
10099
| deploymentAnnotations | object | `{}` | Annotations to add to the `Deployment`. |

charts/external-dns/values.schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
"description": "Affinity settings for `Pod` [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). If an explicit label selector is not provided for pod affinity or pod anti-affinity one will be created from the pod selector labels.",
77
"type": "object"
88
},
9-
"annotationFilter": {
10-
"description": "Filter resources queried for endpoints by annotation selector.",
11-
"type": [
12-
"string",
13-
"null"
14-
]
15-
},
169
"automountServiceAccountToken": {
1710
"description": "Set this to `false` to [opt out of API credential automounting](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the `Pod`.",
1811
"type": "boolean"

0 commit comments

Comments
 (0)