We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be341c commit a58c562Copy full SHA for a58c562
charts/jindofsx/templates/master/statefulset.yaml
@@ -34,6 +34,7 @@ spec:
34
replicas: {{ $masterCount }}
35
template:
36
metadata:
37
+ annotations:
38
{{- if .Values.master.annotations }}
39
{{- range $key, $val := .Values.master.annotations }}
40
{{ $key | quote }}: {{ $val | quote }}
0 commit comments