netbox: Fix usage of startup probes

This commit is contained in:
Alexander Olofsson 2023-04-28 11:12:42 +02:00
parent cb3833bfcd
commit 6f57ce3502
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/proje
appVersion: 3.5.0
type: application
version: 5.2.0
version: 5.2.1
maintainers:
- name: Alexander Olofsson
email: ace@haxalot.com

View file

@ -83,7 +83,7 @@ spec:
{{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.startupProbe }}
readinessProbe:
startupProbe:
{{ toYaml . | nindent 12 }}
{{- end }}
resources: