fix sample RbacConfig in concept page. (#2253)

This commit is contained in:
Yangmin 2018-08-16 09:45:43 -07:00 committed by Martin Taillefer
parent beeb9c341d
commit 053efb78f9
1 changed files with 2 additions and 3 deletions

View File

@ -559,13 +559,12 @@ In the following example, Istio authorization is enabled for the `default`
namespace.
{{< text yaml >}}
apiVersion: "config.istio.io/v1alpha2"
apiVersion: "rbac.istio.io/v1alpha1"
kind: RbacConfig
metadata:
name: default
namespace: istio-system
spec:
mode: ON_WITH_INCLUSION
mode: 'ON_WITH_INCLUSION'
inclusion:
namespaces: ["default"]
{{< /text >}}