From 4dcc65b85b48e0fb951eac640a9963ea305f92c6 Mon Sep 17 00:00:00 2001 From: Blake Devcich Date: Fri, 15 Sep 2023 12:18:22 -0500 Subject: [PATCH] added argocd containerprofile example --- .../nnf_v1alpha1_nnfcontainerprofiles.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/examples/nnf_v1alpha1_nnfcontainerprofiles.yaml b/config/examples/nnf_v1alpha1_nnfcontainerprofiles.yaml index 80d8c8035..b3038af23 100644 --- a/config/examples/nnf_v1alpha1_nnfcontainerprofiles.yaml +++ b/config/examples/nnf_v1alpha1_nnfcontainerprofiles.yaml @@ -36,6 +36,20 @@ data: --- apiVersion: nnf.cray.hpe.com/v1alpha1 kind: NnfContainerProfile +metadata: + name: example-argocd +data: + spec: + containers: + - name: example-argocd + image: alpine:latest + command: + - /bin/sh + - -c + - "echo version 1 && exit 0" +--- +apiVersion: nnf.cray.hpe.com/v1alpha1 +kind: NnfContainerProfile metadata: name: example-randomly-fail data: