From 406a250cfaeee0c19e4ba667da1197ce421a3d8e Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Mon, 28 Oct 2019 14:35:39 +0000 Subject: [PATCH] Synchronize upstreamed folder to 722af9bc5 --- upstreamed/external-dns/Chart.yaml | 2 +- upstreamed/external-dns/README.md | 2 +- upstreamed/external-dns/values-production.yaml | 2 +- upstreamed/external-dns/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/upstreamed/external-dns/Chart.yaml b/upstreamed/external-dns/Chart.yaml index 7277c65a8..9dd92571a 100644 --- a/upstreamed/external-dns/Chart.yaml +++ b/upstreamed/external-dns/Chart.yaml @@ -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: diff --git a/upstreamed/external-dns/README.md b/upstreamed/external-dns/README.md index c000ae682..7b57bcc91 100644 --- a/upstreamed/external-dns/README.md +++ b/upstreamed/external-dns/README.md @@ -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` | diff --git a/upstreamed/external-dns/values-production.yaml b/upstreamed/external-dns/values-production.yaml index 2783789bf..b4d515d89 100644 --- a/upstreamed/external-dns/values-production.yaml +++ b/upstreamed/external-dns/values-production.yaml @@ -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/ ## diff --git a/upstreamed/external-dns/values.yaml b/upstreamed/external-dns/values.yaml index f16bbc0aa..e510ebe99 100644 --- a/upstreamed/external-dns/values.yaml +++ b/upstreamed/external-dns/values.yaml @@ -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/ ##