Skip to content

Commit

Permalink
docs: Add apiVersion and WorkflowTemplate kind to CI/CD example - Fixes
Browse files Browse the repository at this point in the history
argoproj#8591

Signed-off-by: Wesley Scholl <[email protected]>
  • Loading branch information
wesleyscholl committed Nov 13, 2024
1 parent c296b67 commit a7d9290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ci-cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
#
# - Network Policy Traffic Configuration: Create a `NetworkPolicy` to allow traffic from the Argo namespace to the ArgoCD namespace for `argocd-server`.

apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: ci-cd-workflow
namespace: argo
Expand Down

0 comments on commit a7d9290

Please sign in to comment.