From 85909134df4141b2510b0e7895c7c9a6f350f26d Mon Sep 17 00:00:00 2001 From: "Secret.Sun" Date: Thu, 28 Nov 2024 23:19:58 +0800 Subject: [PATCH] Update statefulset.yaml Signed-off-by: Secret.Sun --- charts/jindofsx/templates/master/statefulset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/jindofsx/templates/master/statefulset.yaml b/charts/jindofsx/templates/master/statefulset.yaml index a04b3fd9d82..d1a1889ac6e 100755 --- a/charts/jindofsx/templates/master/statefulset.yaml +++ b/charts/jindofsx/templates/master/statefulset.yaml @@ -34,6 +34,7 @@ spec: replicas: {{ $masterCount }} template: metadata: + annotations: {{- if .Values.master.annotations }} {{- range $key, $val := .Values.master.annotations }} {{ $key | quote }}: {{ $val | quote }}