mirror of
https://github.com/bitnami/charts.git
synced 2026-03-31 14:57:09 +08:00
[bitnami/fluent-bit] Remove namespace field for cluster wide resources (#17275)
* [bitnami/fluent-bit] Remove namespace field for cluster wide resources Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Update clusterrolebinding.yaml Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> --------- Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
7a21b04507
commit
30dd293c95
@@ -22,4 +22,4 @@ maintainers:
|
||||
name: fluent-bit
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
|
||||
version: 0.4.4
|
||||
version: 0.4.5
|
||||
|
||||
@@ -3,7 +3,6 @@ apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
||||
app.kubernetes.io/part-of: fluent-bit
|
||||
{{- if .Values.commonLabels }}
|
||||
|
||||
@@ -3,7 +3,6 @@ apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
||||
app.kubernetes.io/part-of: fluent-bit
|
||||
{{- if .Values.commonLabels }}
|
||||
|
||||
Reference in New Issue
Block a user