-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
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
[Helm] Error using default controllerManagerConfigYaml #1316
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
3a50b66
to
d97cc24
Compare
@@ -321,7 +321,7 @@ webhooks: | |||
{{- end }} | |||
name: vpod.kb.io | |||
namespaceSelector: | |||
{{- if and (hasKey $integrationsConfig "podOptions") (hasKey $integrationsConfig.podOptions "namespaceSelector") }} | |||
{{- if and (hasKey $integrationsConfig "podOptions") (hasKey ($integrationsConfig.podOptions) "namespaceSelector") }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why $integrationsConfig
doesn't have the parenthesis as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got the point, forget it.
/lgtm |
LGTM label has been added. Git tree hash: d3d5f0173194b5366a5537e517dd4e8fb57d49ec
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/assign @tenzen-y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kerthcet, stuton, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Parentheses around the optional dict as a mean of null-safety
Which issue(s) this PR fixes:
Fixes #1315
Special notes for your reviewer:
Does this PR introduce a user-facing change?