Skip to content

Commit

Permalink
fix nil pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
kahnwong committed Apr 13, 2024
1 parent bf1c732 commit 039ff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/charts/base/chart/templates/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
ports: {{ .ports | default list | toYaml | nindent 14 }}
{{ end }}
livenessProbe:
{{ if not (eq .livenessProbe.scheme "tcp")}}
{{ if not (eq .livenessProbeScheme "tcp")}}
httpGet:
path: {{ .livenessProbePath | default "/" }}
port: {{ .port }}
Expand Down

0 comments on commit 039ff52

Please sign in to comment.