Skip to content

Commit

Permalink
added argocd containerprofile example
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Sep 15, 2023
1 parent fde8498 commit 4dcc65b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/examples/nnf_v1alpha1_nnfcontainerprofiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4dcc65b

Please sign in to comment.