From ee358f8ca2fee5880d7db30fd4fd635dfa5021cc Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 28 May 2026 18:35:09 +0000 Subject: [PATCH] terraform: deleted terraform-fluxcd-runners/53 --- .../53/configuration-53.yaml | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 terraform-fluxcd-runners/53/configuration-53.yaml diff --git a/terraform-fluxcd-runners/53/configuration-53.yaml b/terraform-fluxcd-runners/53/configuration-53.yaml deleted file mode 100644 index 5c99039..0000000 --- a/terraform-fluxcd-runners/53/configuration-53.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: infra.contrib.fluxcd.io/v1alpha2 -kind: Terraform -metadata: - name: configuration-53 - namespace: dataprovider02 - labels: - observer: "true" - uuid: "53" -spec: - path: ./terraform-configurations/53 - interval: 3m - approvePlan: auto - destroyResourcesOnDeletion: true - sourceRef: - kind: GitRepository - name: terraform-data - runnerPodTemplate: - spec: - envFrom: - - secretRef: - name: ovh-terraform-ovhvalidenvironment - writeOutputsToSecret: - name: configuration-53-outputs - labels: - observer: "true" - uuid: "53"