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:
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user