From dc750d87097b7b0e59e74c74531e121cfd84cd63 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 29 Jan 2026 14:23:32 +0000 Subject: [PATCH] terraform: created terraform-fluxcd-runners/24/configuration-24.yaml --- .../24/configuration-24.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 terraform-fluxcd-runners/24/configuration-24.yaml diff --git a/terraform-fluxcd-runners/24/configuration-24.yaml b/terraform-fluxcd-runners/24/configuration-24.yaml new file mode 100644 index 0000000..165a4d8 --- /dev/null +++ b/terraform-fluxcd-runners/24/configuration-24.yaml @@ -0,0 +1,26 @@ +apiVersion: infra.contrib.fluxcd.io/v1alpha2 +kind: Terraform +metadata: + name: configuration-24 + namespace: dataprovider01 + labels: + observer: "true" + uuid: "24" +spec: + path: ./terraform-configurations/24 + interval: 3m + approvePlan: auto + destroyResourcesOnDeletion: true + sourceRef: + kind: GitRepository + name: terraform-data + runnerPodTemplate: + spec: + envFrom: + - secretRef: + name: ovh-terraform-uat-ovh-env + writeOutputsToSecret: + name: configuration-24-outputs + labels: + observer: "true" + uuid: "24"