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