Skip to content

Commit

Permalink
adds the argo workflow to run terraform templates
Browse files Browse the repository at this point in the history
Signed-off-by: Nima Kaviani <[email protected]>
  • Loading branch information
nimakaviani committed Apr 22, 2024
1 parent b84386b commit cd3ec50
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/terraform-integrations/terraform-workflows-templates.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: terraform-argo-workflows-templates
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/cnoe-io/backstage-terraform-integrations
targetRevision: main
path: argo-workflows-templates/dev
destination:
server: "https://kubernetes.default.svc"
namespace: argo
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true

0 comments on commit cd3ec50

Please sign in to comment.