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
{{- fail "Set supervisor.config.kubernetes.runCrdEnabled rather than overriding KUBERNETES_RUN_CRD_ENABLED through extraEnvVars. extraEnvVars is rendered last, so the override would win and enable the backend while the Role still lacks the two writes it needs, giving a 403 on every cold start." }}
186
188
{{- end }}
189
+
{{- if eq .name "KUBERNETES_RUNNER_RUNTIME" }}
190
+
{{- fail "Set supervisor.config.kubernetes.runnerRuntime rather than overriding KUBERNETES_RUNNER_RUNTIME through extraEnvVars. extraEnvVars is rendered last, so the override would win and ask for a lane the chart has not checked." }}
191
+
{{- end }}
192
+
{{- end }}
193
+
{{- if not (has .Values.supervisor.config.kubernetes.runnerRuntime (list "container" "microvm")) }}
194
+
{{- fail "supervisor.config.kubernetes.runnerRuntime must be container or microvm, matching the Runner CRD's own enum. Anything else is refused by the API server at create time, which is one dequeued run lost per attempt." }}
0 commit comments