We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't evaluate field Values in type []interface {}
No response
You should put the
{{- if .Values.cvat.frontend.readinessProbe.enabled }} readinessProbe: tcpSocket: port: 80 {{- toYaml (omit .Values.cvat.frontend.readinessProbe "enabled") | nindent 12 }} {{- end }} {{- if .Values.cvat.frontend.livenessProbe.enabled }} livenessProbe: tcpSocket: port: 80 {{- toYaml (omit .Values.cvat.frontend.livenessProbe "enabled") | nindent 12 }} {{- end }}
after or outside the {{- with .Values.cvat.frontend.additionalVolumeMounts }}, preferably before {{- with .Values.cvat.frontend.additionalVolumes }}
{{- with .Values.cvat.frontend.additionalVolumeMounts }}
{{- with .Values.cvat.frontend.additionalVolumes }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actions before raising this issue
Steps to Reproduce
can't evaluate field Values in type []interface {}
errorExpected Behavior
No response
Possible Solution
You should put the
after or outside the
{{- with .Values.cvat.frontend.additionalVolumeMounts }}
,preferably before
{{- with .Values.cvat.frontend.additionalVolumes }}
Context
No response
Environment
No response
The text was updated successfully, but these errors were encountered: