-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue with NeuVector values.yaml #63
Comments
I thought I posted this comment earlier today... I reached out to the team and folks responsible for this and it looks like a bad commit happened and it's slated to be fixed today/this week. Behind the scenes, the chart repository is located in rancher/charts. Message when reaching out to the team: "This will be fixed this week in the Rancher chart release. The workaround is adding below values when deploying." global: # required for rancher authentication (https://<Rancher_URL>/)
cattle:
psp:
enabled: false # PSP enablement should default to false |
Checked with the team again and PR to updated the |
helm install error:
as one may expect, adding
to the global.cattle area of the NeuVector yaml allowed the helm chart to install. so we have that as a possible workaround. NeuVector seems to come up and is happy at that point. the repo on github seems to have two globals section, and it's like it's only reading the second one... but the Rancher helm repo is a few releases out of date for the NeuVector helm.
The text was updated successfully, but these errors were encountered: