Add chart strimzi-kafka-operator 0.47.0

This commit is contained in:
wbsong111
2025-09-08 09:19:22 +09:00
parent dcaf0c3edd
commit f58c922eaa
48 changed files with 38747 additions and 0 deletions
@@ -0,0 +1,13 @@
{{- if .Values.serviceAccountCreate -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccount }}
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "strimzi.name" . }}
chart: {{ template "strimzi.chart" . }}
component: service-account
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- end -}}