1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #40061 from openshift-cherrypick-robot/cherry-pick-39910-to-enterprise-4.10

[enterprise-4.10] BZ2012744: Fix YAML snippet formatting
This commit is contained in:
Vikram Goyal
2021-12-21 08:41:38 +10:00
committed by GitHub

View File

@@ -46,14 +46,14 @@ rules:
In addition, if any Operator specifies a pull secret, the following permissions must also be added:
[source,yaml]
[source,yaml,subs="+macros"]
----
kind: ClusterRole <1>
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
---
++---++
kind: Role
rules:
- apiGroups: [""]