mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/argo-workflows] bugfix: Fix argo workflows namespaces roles and rolebindings (#22522)
Signed-off-by: Fouad Semaan <semaanfouad@gmail.com>
This commit is contained in:
@@ -42,4 +42,4 @@ maintainers:
|
||||
name: argo-workflows
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
|
||||
version: 6.3.0
|
||||
version: 6.3.1
|
||||
|
||||
@@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
|
||||
{{- if .Values.workflows.rbac.create }}
|
||||
{{- $namespaces := list .Release.Namespace }}
|
||||
{{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }}
|
||||
{{- $namespaces := .Values.controller.workflowNamespaces }}
|
||||
{{- $namespaces = .Values.controller.workflowNamespaces }}
|
||||
{{- end }}
|
||||
{{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.controller.image "chart" .Chart ) ) }}
|
||||
{{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }}
|
||||
|
||||
@@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
|
||||
{{- if .Values.workflows.rbac.create }}
|
||||
{{- $namespaces := list .Release.Namespace }}
|
||||
{{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }}
|
||||
{{- $namespaces := .Values.controller.workflowNamespaces }}
|
||||
{{- $namespaces = .Values.controller.workflowNamespaces }}
|
||||
{{- end }}
|
||||
{{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.controller.image "chart" .Chart ) ) }}
|
||||
{{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }}
|
||||
|
||||
Reference in New Issue
Block a user