diff --git a/src/content/docs/applications/argo-workflows.mdx b/src/content/docs/applications/argo-workflows.mdx new file mode 100644 index 0000000..a8dcfb0 --- /dev/null +++ b/src/content/docs/applications/argo-workflows.mdx @@ -0,0 +1,15 @@ +--- +title: Argo Workflows +description: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. +hero: + tagline: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-workflows.webp + actions: + - text: Source + link: https://github.com/argoproj/argo-workflows + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/argo-workflows + icon: right-arrow +---