Skip to content
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

Missing round brackets in service.yaml file #193

Open
vmeet24 opened this issue Oct 30, 2024 · 1 comment
Open

Missing round brackets in service.yaml file #193

vmeet24 opened this issue Oct 30, 2024 · 1 comment
Assignees

Comments

@vmeet24
Copy link

vmeet24 commented Oct 30, 2024

Line 753 has a syntax error: Missing round brackets with "and" condition.

Error: {{- if and $root.Capabilities.APIVersions.Has "policy/v1/PodDisruptionBudget" (eq $root.Values.useOldPodDisruptionBudget true) -}}

Fix: {{- if and ($root.Capabilities.APIVersions.Has "policy/v1/PodDisruptionBudget") (eq $root.Values.useOldPodDisruptionBudget true) -}}

@amannijhawan
Copy link
Contributor

Thanks @vmeet24 will fix it shortly.

@amannijhawan amannijhawan self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants