Skip to content

Commit 555b39f

Browse files
authored
Merge pull request #56948 from obrown1205/sdk_operatorDocs
GH#55128: Added resource for Enabling Operator conditions
2 parents 51987c5 + da49aa6 commit 555b39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/olm-updating-use-operatorconditions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Operator Lifecycle Manager (OLM) automatically creates an `OperatorCondition` resource for each `ClusterServiceVersion` resource that it reconciles. All service accounts in the CSV are granted the RBAC to interact with the `OperatorCondition` owned by the Operator.
99

10-
An Operator author can develop their Operator to use the `operator-lib` library such that, after the Operator has been deployed by OLM, it can set its own conditions. For more on writing logic to set Operator conditions as an Operator author, see the Operator SDK documentation.
10+
An Operator author can develop their Operator to use the `operator-lib` library such that, after the Operator has been deployed by OLM, it can set its own conditions. For more resources about setting Operator conditions as an Operator author, see the link:https://docs.openshift.com/container-platform/4.12/operators/operator_sdk/osdk-generating-csvs.html#osdk-operatorconditions_osdk-generating-csvs[Enabling Operator conditions] page.
1111

1212
[id="olm-updating-use-operatorconditions-defaults_{context}"]
1313
== Setting defaults

0 commit comments

Comments
 (0)