Files
service-catalog/manifests/helm/starrocks/1.11.3-4.0.0/templates/feconfigmap.yaml
T
2026-01-19 16:11:44 +09:00

11 lines
306 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "starrockscluster.fe.configmap.name" . }}
namespace: {{ template "starrockscluster.namespace" . }}
labels:
cluster: {{ template "starrockscluster.name" . }}
app: "fe"
data:
{{- include "starrockscluster.fe.config" . | nindent 2 }}