Skip to content

Commit a991288

Browse files
authored
Apply suggestions from code review
1 parent 6d02b0f commit a991288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/authorization/proc-defining-authorizations-in-external-files-by-using-the-operator.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ oc create configmap rbac-policies \
7575
--from-file=rbac-conditional-policies.yaml
7676
----
7777

78-
. Update your {product-short} `Backstage` custom resource to mount in the {product-short} filesystem your files from the config maps:
78+
. Update your {product-short} `Backstage` custom resource to mount in the {product-short} filesystem your files from the `rbac-policies` config map:
7979
+
8080
.`Backstage` Custom resource fragment
8181
[source,yaml]
@@ -87,7 +87,6 @@ spec:
8787
extraFiles:
8888
configMaps:
8989
- name: rbac-policies
90-
- name: rbac-conditional-policies
9190
----
9291

9392
. Update your {product-short} `app-config.yaml` configuration file to use the external files in {product-short}:

0 commit comments

Comments
 (0)