RBAC: make apiVersion consistent across all snippets

This PS makes the API version consistent across all snippets in
helm-toolkit for rbac.

Change-Id: I38f742cca407e60a5a0193d5e33a1d939e455124
This commit is contained in:
portdirect 2017-12-26 10:25:55 -05:00
parent 8673d55243
commit 69be9ced33

@ -21,7 +21,7 @@ limitations under the License.
{{- $saNamespace := index . 3 -}}
{{- $releaseName := $envAll.Release.Name }}
---
apiVersion: rbac.authorization.k8s.io/v1
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: {{ $releaseName }}-{{ $saName }}