mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
ambassador: allow get,list,watch on CRDs (#14155)
Signed-off-by: Johannes Brüderl <johannes.bruederl@eon.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2e48e99044
commit
4ade443352
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.70.1
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 2.6.1
|
||||
version: 2.6.2
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -23,6 +23,9 @@ rules:
|
||||
- apiGroups: [ "getambassador.io" ]
|
||||
resources: [ "*" ]
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [ "apiextensions.k8s.io" ]
|
||||
resources: [ "customresourcedefinitions" ]
|
||||
verbs: ["get", "list", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
{{- if .Values.rbac.namespaced }}
|
||||
|
||||
Reference in New Issue
Block a user