We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the quickstart section, a server and client deployment are being used.
Later, in the configuration section, ACLs are being shown that rely on serviceAccounts.
Unfortunately, the deployments are not using serviceAccounts, hence the examples are not working out of the box.
I created the service accounts and added the service accounts above the following lines (and adapted the namespaces, see #845) and the ACLs worked.
mesh/docs/content/quickstart.md
Line 77 in 638e27f
Line 117 in 638e27f
serviceAccountName: server
serviceAccountName: client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the quickstart section, a server and client deployment are being used.
Later, in the configuration section, ACLs are being shown that rely on serviceAccounts.
Unfortunately, the deployments are not using serviceAccounts, hence the examples are not working out of the box.
I created the service accounts and added the service accounts above the following lines (and adapted the namespaces, see #845) and the ACLs worked.
mesh/docs/content/quickstart.md
Line 77 in 638e27f
mesh/docs/content/quickstart.md
Line 117 in 638e27f
The text was updated successfully, but these errors were encountered: