This message was deleted.
# neuvector-security
a
This message was deleted.
q
Did you install in a Rancher environment, but from the helm chart via the command line?
Something else?
f
I actually used fleet which uses helm charts. Installed it in a Rancher env
a
If you’re using Fleet to deploy: #1: Cool! It’s a great way to do it. #2: There are Helm values that are implicitly set when installing via Rancher UI that have to be explicit when installing via Fleet. Namely:
Copy code
global:
  cattle:
    url: ${rancher_server_api_url}
Also verify that your Helm values specify to use Rancher as the Auth source:
Copy code
ranchersso:
    enabled: true
f
Oh wow thanks!!
q
@freezing-holiday-13112 How/where do you think this should be better documented?
f
I always do helm show command but this would have been hard to figure out from those comments
q
hmm yeah
The values file would be a great place, but only for those people who look there
f
Right, since I use fleet almost exclusively this has become my personal default to figure these things out
As it's the authority documentation in my mind
q
all very good input. thank you !
f
So I already had the ranchersso:
enabled: true
But what would the rancher api url look like?
path-wise
I notice it's not mentioned in the values file
a
Should just be the URL you're using to access Rancher
👍 1