netbox: Fix usage of startup probes
This commit is contained in:
parent
cb3833bfcd
commit
6f57ce3502
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
|||
{{ toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.startupProbe }}
|
||||
readinessProbe:
|
||||
startupProbe:
|
||||
{{ toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue