Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment