mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 03:25:53 +10:00
Synchronize upstreamed folder to 722af9bc5
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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/
|
||||
##
|
||||
|
||||
@@ -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/
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user