nim catalog env add
This commit is contained in:
@@ -30,6 +30,10 @@ spec:
|
||||
volumeAccessMode: {{ .Values.nimService.storage.pvc.volumeAccessMode }}
|
||||
{{- end }}
|
||||
runtimeClassName: {{ .Values.nimService.runtimeClassName }}
|
||||
{{- if .Values.nimService.env }}
|
||||
env:
|
||||
{{- toYaml .Values.nimService.env | nindent 4 }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.nimService.resources | nindent 4 }}
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user