add ability for ingress to read secrets for TLS (#1261)

This commit is contained in:
Lachlan Evenson
2017-06-08 16:02:18 -07:00
committed by GitHub
parent 53d4ba9b08
commit 21e73ca936
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Istio Helm chart for Kubernetes
name: istio
version: 0.1.6
version: 0.1.7
appVersion: 0.1.5
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
+3
View File
@@ -17,6 +17,9 @@ rules:
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/{{ required "A valid .Values.rbac.apiVersion entry required!" .Values.rbac.apiVersion }}