Files
service-catalog/charts/starrocks/templates/feconfigmap.yaml
T
2025-08-20 15:06:46 +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 }}