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
|
appVersion: 3.5.0
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 5.2.0
|
version: 5.2.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
||||||
{{ toYaml . | nindent 12 }}
|
{{ toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.startupProbe }}
|
{{- with .Values.startupProbe }}
|
||||||
readinessProbe:
|
startupProbe:
|
||||||
{{ toYaml . | nindent 12 }}
|
{{ toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue