diff --git a/modules/op-configuration-rbac-trusted-ca-flags.adoc b/modules/op-configuration-rbac-trusted-ca-flags.adoc index 9adf597ebe8f..3bc72279ac24 100644 --- a/modules/op-configuration-rbac-trusted-ca-flags.adoc +++ b/modules/op-configuration-rbac-trusted-ca-flags.adoc @@ -29,17 +29,13 @@ metadata: spec: profile: all targetNamespace: openshift-pipelines - addon: - params: - - name: createRbacResource # <1> - value: "true" - - name: createCABundleConfigMaps # <2> - value: "true" - - name: legacyPipelineRbac - value: "true" - - pipelinerun - - taskrun - keep: 100 + params: + - name: createRbacResource # <1> + value: "true" + - name: createCABundleConfigMaps # <2> + value: "true" + - name: legacyPipelineRbac + value: "true" ---- <1> Specifies RBAC resource creation. <2> Specifies Trusted CA bundle config map creation. \ No newline at end of file