mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix external-dns default RBAC API version (#3552)
Introduced in https://github.com/kubernetes/charts/pull/3404
This commit is contained in:
committed by
k8s-ci-robot
parent
0fb5f5a4f2
commit
6501dc13cb
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
description: Configure external DNS servers (AWS Route53, Google CloudDNS and others)
|
||||
for Kubernetes Ingresses and Services
|
||||
name: external-dns
|
||||
version: 0.4.6
|
||||
version: 0.4.7
|
||||
appVersion: 0.4.8
|
||||
home: https://github.com/kubernetes-incubator/external-dns
|
||||
sources:
|
||||
|
||||
@@ -78,7 +78,7 @@ rbac:
|
||||
##
|
||||
create: false
|
||||
# Beginning with Kubernetes 1.8, the api is stable and v1 can be used.
|
||||
apiVersion: v1beta
|
||||
apiVersion: v1beta1
|
||||
|
||||
## Ignored if rbac.create is true
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user