Skip to content

Commit

Permalink
Fix customReadinessProbe check (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Colombaro <git@colombaro.fr>
  • Loading branch information
Luit and LeoColomb authored Aug 13, 2024
1 parent fd8b320 commit 3c3748e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta.71
version: 5.0.0-beta.72
appVersion: "v4.0.8"
type: application
kubeVersion: ^1.25.0-0
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
value: {{ (index .Values.allowedHosts 0) | quote }}
{{- end }}
{{- end }}
{{- if .Values.customLivenessProbe }}
{{- if .Values.customReadinessProbe }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customReadinessProbe "context" $) | nindent 10 }}
{{- else if .Values.readinessProbe.enabled }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.readinessProbe "enabled") "context" $) | nindent 10 }}
Expand Down

0 comments on commit 3c3748e

Please sign in to comment.