Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devanbenz committed Aug 28, 2024
1 parent 4709ded commit 1623417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/influxdb-enterprise/templates/meta-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
httpGet:
path: /ping
port: http
{{- if .Values.data.https.enabled }}
{{- if .Values.meta.https.enabled }}
scheme: HTTPS
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
{{- end }}
Expand Down

0 comments on commit 1623417

Please sign in to comment.