mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix RBAC for 0.60.0 (#13218)
* fix rbac Signed-off-by: Noah Krause <krausenoah@gmail.com> * bump chart version Signed-off-by: Noah Krause <krausenoah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
71bbbf4b61
commit
18b98fc4b5
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.60.0
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -18,11 +18,8 @@ rules:
|
||||
- namespaces
|
||||
- services
|
||||
- secrets
|
||||
- endpoints
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- configmaps
|
||||
verbs: ["create", "update", "patch", "get", "list", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
{{- if .Values.rbac.namespaced }}
|
||||
|
||||
Reference in New Issue
Block a user