You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying to a dev environment in k8s, an error occurs:
coalesce.go:175: warning: skipped value for helm-cronjobs.jobs: Not a table.
Error: UPGRADE FAILED: template: helm-cronjobs/templates/serviceaccount.yaml:6:21: executing "helm-cronjobs/templates/serviceaccount.yaml" at <$job>: wrong type for value; expected map[string]interface {}; got string
How can this error be fixed?
The text was updated successfully, but these errors were encountered:
Run command on gitlab runner:
$ helm upgrade --install "${COMPONENT}" chartmuseum/helm-cronjobs --version "${API_BACKEND_CHART_VERSION}" --namespace "${CI_K8S_NAMESPACE}" --values ./deploy/${VALUES}.yaml --wait --timeout "${HELM_TIMEOUT}"
When deploying to a dev environment in k8s, an error occurs:
How can this error be fixed?
The text was updated successfully, but these errors were encountered: