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
Validate config.Kubernetes does not conflict with backends.kubernetes
Fail template rendering when config.Kubernetes.Enabled is false but
backends.kubernetes.enabled is true, or when config.Kubernetes.Namespace
differs from backends.kubernetes.namespace. These conflicts would
produce an inconsistent gcfg where the chart enables the runner but
the config disables it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
{{- if or (eq (printf "%v" $configEnabled) "false") (eq (printf "%v" $configEnabled) "0") }}
44
+
{{- fail "\n\n`config.Kubernetes.Enabled` is set to false but `backends.kubernetes.enabled` is true. Remove `config.Kubernetes.Enabled` — the chart sets it automatically." }}
0 commit comments