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:
@@ -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: [""]
|
||||
|
||||
Reference in New Issue
Block a user