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