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:
Alexey Odinokov 2024-03-15 09:49:45 -05:00 committed by Alexey
parent 4df05848f5
commit 4f735b471f
3 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm OpenVSwitch
name: openvswitch
version: 0.1.22
version: 0.1.23
home: http://openvswitch.org
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
sources:

View File

@ -58,7 +58,7 @@ exec:
{{- $envAll := . }}
{{- $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
kind: DaemonSet

View File

@ -23,4 +23,5 @@ openvswitch:
- 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides
- 0.1.21 Add overrides for dpdk
- 0.1.22 Change hugepages size to 2M for easier configuration
- 0.1.23 Fix rolebinding for init container
...