Skip to content
New issue

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

Helm Frontend Deployment #8549

Open
2 tasks done
valGavin opened this issue Oct 16, 2024 · 0 comments
Open
2 tasks done

Helm Frontend Deployment #8549

valGavin opened this issue Oct 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@valGavin
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

  1. Perform the helm upgrade
  2. It'll throw a can't evaluate field Values in type []interface {} error

Expected Behavior

No response

Possible Solution

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 }}

Context

No response

Environment

No response

@valGavin valGavin added the bug Something isn't working label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant