Add chart starrocks/1.11.0

This commit is contained in:
wbsong111
2025-08-20 15:06:46 +09:00
parent efb5adc639
commit dac8dfa310
16 changed files with 3423 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{{- range .Values.secrets }}
apiVersion: v1
kind: Secret
metadata:
name: {{ .name }}
type: Opaque
data:
{{- range $key, $value := .data }}
{{- if $value }}
{{ $key }}: {{ $value | b64enc }}
{{- end }}
{{- end }}
---
{{- end }}