1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Update link to operator-lib in OSDK tutorial

This commit is contained in:
Alex Dellapenta
2024-02-28 14:44:29 -07:00
committed by openshift-cherrypick-robot
parent bf2c339459
commit de02f88613

View File

@@ -42,7 +42,7 @@ This tutorial uses `HTTP_PROXY` as an example environment variable.
.Procedure
ifdef::golang[]
. Edit the `controllers/memcached_controller.go` file to include the following:
.. Import the `proxy` package from the link:https://github.com/operator-framework/operator-lib/releases/tag/v0.7.0[`operator-lib`] library:
.. Import the `proxy` package from the link:https://github.com/operator-framework/operator-lib[`operator-lib`] library:
+
[source,golang]
----