Commit beb80f11 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

Deployed f9e42d11 to develop in public with MkDocs 1.6.0 and mike 2.1.2

parent 3babdee2
Loading
Loading
Loading
Loading
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -2694,7 +2694,7 @@
<p><img alt="img05.png" src="../img05.png" /></p>
<p>In ArgoCD the field <strong>health.status</strong> has the value that we need to check (Healty, Progressing, etc)</p>
<p>The _CR_SPEC can be designed first in a YAML or json editor. Let's see a YAML definition:</p>
<p><code>apiVersion: argoproj.io/v1alpha1
<pre><code class="language-yaml">apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  finalizers:
@@ -2725,7 +2725,8 @@ spec:
    - CreateNamespace=true
    - PrunePropagationPolicy=foreground
    - PruneLast=true
    - RespectIgnoreDifferences=true</code></p>
    - RespectIgnoreDifferences=true
</code></pre>
<p><strong>NOTICE</strong></p>
<p>On each installation OSOM will change the name of the resource in order to be unique (will have a UUID)</p>
<p><code>name: openslice-jenkins</code> </p>