Delete terraform-integrations/terraform-workflows-templates.yaml (#12)
Signed-off-by: Nima Kaviani <nkaviani@amazon.com>
This commit is contained in:
parent
5219da8e5f
commit
cf26d592b4
1 changed files with 0 additions and 25 deletions
|
@ -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
|
Loading…
Reference in a new issue