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