Skip to content

Commit d10d10d

Browse files
author
Martin Jackson
committed
Avoid unintentional bolding
1 parent 7bd416a commit d10d10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2025-08-11-olmv1-support-and-chart-dependencies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cluster-admin clusterRole. Rolebindings are always part of the serviceAccount st
9999

100100
The chart also supports creating roles and clusterRoles, if you need to define custom ones. Roles and clusterRoles
101101
support multiple rules. Each rule may specify apiGroups, resources, and verbs. If a rule omits one of these keys,
102-
they each have defaults: apiGroups defaults to [ "'*'" ] (which includes the empty or core apiGroup); resources
102+
they each have defaults: apiGroups defaults to [ "'\*'" ] (which includes the empty or core apiGroup); resources
103103
similarly defaults to [ "'*'" ]; verbs defaults to [ 'get', 'list', 'watch' ] (that is, "read-only" permissions).
104104

105105
Here is a more complete example of what can be done with the vp-rbac structure:

0 commit comments

Comments
 (0)