Fixing rolebindings generation for init container
This part has to use the same configuration as init container: see line 96 Change-Id: I06c1f3ad586863d4dcfab559d13a592fc576f857
This commit is contained in:
parent
4df05848f5
commit
4f735b471f
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm OpenVSwitch
|
description: OpenStack-Helm OpenVSwitch
|
||||||
name: openvswitch
|
name: openvswitch
|
||||||
version: 0.1.22
|
version: 0.1.23
|
||||||
home: http://openvswitch.org
|
home: http://openvswitch.org
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -58,7 +58,7 @@ exec:
|
|||||||
{{- $envAll := . }}
|
{{- $envAll := . }}
|
||||||
|
|
||||||
{{- $serviceAccountName := "openvswitch-server" }}
|
{{- $serviceAccountName := "openvswitch-server" }}
|
||||||
{{ tuple $envAll "vswitchd" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
{{ tuple $envAll "ovs" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
|
@ -23,4 +23,5 @@ openvswitch:
|
|||||||
- 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides
|
- 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides
|
||||||
- 0.1.21 Add overrides for dpdk
|
- 0.1.21 Add overrides for dpdk
|
||||||
- 0.1.22 Change hugepages size to 2M for easier configuration
|
- 0.1.22 Change hugepages size to 2M for easier configuration
|
||||||
|
- 0.1.23 Fix rolebinding for init container
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user