|
|
@@ -417,6 +417,13 @@
|
|
|
</ul>
|
|
|
</nav>
|
|
|
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#installing-with-olm" class="md-nav__link">
|
|
|
+ Installing with OLM
|
|
|
+ </a>
|
|
|
+
|
|
|
</li>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
@@ -1070,6 +1077,13 @@
|
|
|
</ul>
|
|
|
</nav>
|
|
|
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#installing-with-olm" class="md-nav__link">
|
|
|
+ Installing with OLM
|
|
|
+ </a>
|
|
|
+
|
|
|
</li>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
@@ -1208,6 +1222,8 @@ Events: <none>
|
|
|
|
|
|
<p>For more advanced examples, please read the other
|
|
|
<a href="../guides-introduction/">guides</a>.</p>
|
|
|
+<h2 id="installing-with-olm">Installing with OLM</h2>
|
|
|
+<p>External-secrets can be managed by <a href="https://olm.operatorframework.io/">Operator Lifecycle Manager</a> (OLM) via an installer operator. It is made available through <a href="https://operatorhub.io/">OperatorHub.io</a>, this installation method is suited best for OpenShift. See installation instructions on the <a href="https://operatorhub.io/operator/external-secrets-operator">external-secrets-operator</a> package.</p>
|
|
|
<h2 id="uninstalling">Uninstalling</h2>
|
|
|
<p>Before continuing, ensure that all external-secret resources that have been created by users have been deleted.
|
|
|
You can check for any existing resources with the following command:</p>
|