Skip to content
Snippets Groups Projects
Commit 4515af78 authored by turletti's avatar turletti
Browse files

fix deployment amf chart error

parent a9bb5cd6
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ spec:
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
{{- if .Values.global }}{{ if .Values.global.waitForNRF }}
{{- if .Values.global }}
{{ if .Values.global.waitForNRF }}
initContainers:
- name: init
image: docker.io/alpine/curl:3.14
......@@ -48,6 +49,7 @@ spec:
- /bin/sh
- -c
- until curl --connect-timeout {{ .Values.global.timeout }} --head -X GET http://oai-nrf/nnrf-nfm/v1/nf-instances?nf-type='NRF' {{ .Values.global.http2Param }}; do echo waiting for oai-nrf; sleep 1; done
{{- end }}
{{- end }}
containers:
{{- if .Values.includeTcpDumpContainer }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment