Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Nima Kaviani
1bb19655d4 Delete terraform-integrations/terraform-workflows-templates.yaml
this file should no longer be required since we are not using the argo workflows file any more.

Signed-off-by: Nima Kaviani <nkaviani@amazon.com>
2024-06-17 23:05:01 -07:00

View file

@ -1,25 +0,0 @@
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