Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47189ec

Browse files
authored
Trigger restart on changes in server.conf and log.conf (#170)
Based on the helm documentation https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
1 parent f7f501a commit 47189ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎charts/questdb/templates/statefulset.yaml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ spec:
1313
serviceName: "{{ include "questdb.fullname" . }}-headless"
1414
template:
1515
metadata:
16-
{{- with .Values.podAnnotations }}
1716
annotations:
17+
checksum/config: {{ include (print $.Template.BasePath "/config-map.yaml") . | sha256sum }}
18+
{{- with .Values.podAnnotations }}
1819
{{- toYaml . | nindent 8 }}
19-
{{- end }}
20+
{{- end }}
2021
labels:
2122
{{- include "questdb.selectorLabels" . | nindent 8 }}
2223
{{- if .Values.extraLabels }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /