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
What happened: When using Helm to install kueue, Error happens: # helm install kueue kueue/ --namespace kueue-system
# helm install kueue kueue/ --namespace kueue-system
Error: INSTALLATION FAILED: template: kueue/templates/webhook/webhook.yaml:120:84: executing "kueue/templates/webhook/webhook.yaml" at <$integrationsConfig.podOptions>: wrong type for value; expected map[string]interface {}; got interface {}
in webhook.yaml#L120:
{{- if and (hasKey $integrationsConfig "podOptions") (hasKey $integrationsConfig.podOptions "namespaceSelector") }}
When integrations.podOptions is not set(by default), the expression above caused this Error below:
$integrationsConfig.podOptions got interface {}
What you expected to happen: This Error shoud not happen when default config is used.
How to reproduce it (as minimally and precisely as possible):
$ git clone https://github.com/kubernetes-sigs/kueue.git $ cd kueue/charts $ helm install kueue kueue/ --create-namespace --namespace kueue-system
Anything else we need to know?: related PR: #1247
Environment:
kubectl version
git describe --tags --dirty --always
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
stuton
Successfully merging a pull request may close this issue.
What happened:
When using Helm to install kueue, Error happens:
# helm install kueue kueue/ --namespace kueue-system
in webhook.yaml#L120:
{{- if and (hasKey $integrationsConfig "podOptions") (hasKey $integrationsConfig.podOptions "namespaceSelector") }}
When integrations.podOptions is not set(by default), the expression above caused this Error below:
$integrationsConfig.podOptions got interface {}
What you expected to happen:
This Error shoud not happen when default config is used.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
related PR:
#1247
Environment:
kubectl version
):git describe --tags --dirty --always
): maincat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: