We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b976a + 8fdb9c6 commit 3c2d0b1Copy full SHA for 3c2d0b1
modules/op-configuration-rbac-trusted-ca-flags.adoc
@@ -29,17 +29,13 @@ metadata:
29
spec:
30
profile: all
31
targetNamespace: openshift-pipelines
32
- addon:
33
- params:
34
- - name: createRbacResource # <1>
35
- value: "true"
36
- - name: createCABundleConfigMaps # <2>
37
38
- - name: legacyPipelineRbac
39
40
- - pipelinerun
41
- - taskrun
42
- keep: 100
+ params:
+ - name: createRbacResource # <1>
+ value: "true"
+ - name: createCABundleConfigMaps # <2>
+ - name: legacyPipelineRbac
43
----
44
<1> Specifies RBAC resource creation.
45
<2> Specifies Trusted CA bundle config map creation.
0 commit comments