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
Note: I need to use --set-string here to make "true" (a boolean value) work as a string
Result
Error: INSTALLATION FAILED: YAML parse error on akri/templates/webhook-configuration.yaml: error converting YAML to JSON: yaml: line 121: did not find expected key
Describe the bug
I install akri with this command:
Result
Possible reason
I looked into the webhook-configuration.yaml. The
nodeSelector
is in line 110:The value has an indent of 8 and I think that's the reason. Shouldn't it be 12?
I also checked with the
template
command. Executing this:results in:
Take note of the second last line with the nodeSelector.
The text was updated successfully, but these errors were encountered: