From ebe293af099a17d6124876df014ed19eb2b31e55 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Mon, 10 Nov 2025 15:51:52 +0000 Subject: [PATCH] terraform: deleted terraform-fluxcd-runners/25/configuration-25.yaml --- .../25/configuration-25.yaml | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 terraform-fluxcd-runners/25/configuration-25.yaml diff --git a/terraform-fluxcd-runners/25/configuration-25.yaml b/terraform-fluxcd-runners/25/configuration-25.yaml deleted file mode 100644 index a9b7511..0000000 --- a/terraform-fluxcd-runners/25/configuration-25.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: infra.contrib.fluxcd.io/v1alpha2 -kind: Terraform -metadata: - name: configuration-25 - namespace: dataprovider01 - labels: - observer: "true" - uuid: "25" -spec: - path: ./terraform-configurations/25 - interval: 3m - approvePlan: auto - destroyResourcesOnDeletion: true - sourceRef: - kind: GitRepository - name: terraform-data - runnerPodTemplate: - spec: - envFrom: - - secretRef: - name: ionos-provider-terraform - writeOutputsToSecret: - name: configuration-25-outputs - labels: - observer: "true" - uuid: "25"