Synchronize upstreamed folder to 722af9bc5

This commit is contained in:
bitnami-bot
2019-10-28 14:35:39 +00:00
parent 9f940534e9
commit 406a250cfa
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 2.9.4
version: 2.10.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:
+1 -1
View File
@@ -148,7 +148,7 @@ The following table lists the configurable parameters of the external-dns chart
| `service.loadBalancerIP` | IP address to assign to load balancer (if supported) | `""` |
| `service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | `[]` |
| `service.annotations` | Annotations to add to service | `{}` |
| `rbac.create` | Weather to create & use RBAC resources or not | `false` |
| `rbac.create` | Weather to create & use RBAC resources or not | `true` |
| `rbac.serviceAccountName` | ServiceAccount (ignored if rbac.create == true) | `default` |
| `rbac.serviceAccountAnnotations` | Additional Service Account annotations | `{}` |
| `rbac.apiVersion` | Version of the RBAC API | `v1beta1` |
@@ -349,7 +349,7 @@ service:
## https://kubernetes.io/docs/reference/access-authn-authz/rbac/
##
rbac:
create: false
create: true
## Service Account for pods
## https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
##
+1 -1
View File
@@ -348,7 +348,7 @@ service:
## https://kubernetes.io/docs/reference/access-authn-authz/rbac/
##
rbac:
create: false
create: true
## Service Account for pods
## https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
##