diff --git a/terraform-fluxcd-runners/14/configuration-14.yaml b/terraform-fluxcd-runners/14/configuration-14.yaml deleted file mode 100644 index 88493c3..0000000 --- a/terraform-fluxcd-runners/14/configuration-14.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: infra.contrib.fluxcd.io/v1alpha2 -kind: Terraform -metadata: - name: configuration-14 - namespace: dataprovider01 - labels: - observer: "true" - uuid: "14" -spec: - path: ./terraform-configurations/14 - interval: 3m - approvePlan: auto - destroyResourcesOnDeletion: true - sourceRef: - kind: GitRepository - name: terraform-data - runnerPodTemplate: - spec: - envFrom: - - secretRef: - name: azure-terraform-azure-northeurope - writeOutputsToSecret: - name: configuration-14-outputs - labels: - observer: "true" - uuid: "14"