Merge "Update rbac api version for nova"
This commit is contained in:
commit
eb141766c9
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.1.11
|
||||
version: 0.1.12
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -123,7 +123,7 @@ rules:
|
||||
- get
|
||||
- list
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: {{ $serviceAccountName }}
|
||||
|
@ -12,3 +12,4 @@ nova:
|
||||
- 0.1.9 Revert "Change Issuer to ClusterIssuer"
|
||||
- 0.1.10 Use HostToContainer mount propagation
|
||||
- 0.1.11 Secure libvirt connection from using 127.0.0.1 to use unix socket
|
||||
- 0.1.12 Update RBAC apiVersion from /v1beta1 to /v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user