maistra / maistra.github.io

This is the source for maistra.io.
http://www.maistra.io
Apache License 2.0
13 stars 29 forks source link

Correct api version of code sample #110

Closed m-czernek closed 4 years ago

m-czernek commented 4 years ago

In the docs, the api version for Maistra rbac object is incorrect:

$ oc api-versions | grep maistra
authentication.maistra.io/v1
maistra.io/v1
rbac.maistra.io/v1

With rbac.maistra.io/v1, the sample works.