From deb2940765bff8dc6fa98804fd7112a554fa87c8 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Mon, 14 Sep 2026 17:01:41 +0000 Subject: [PATCH] terraform: deleted terraform-fluxcd-runners/9191 --- .../9191/configuration-9191.yaml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 terraform-fluxcd-runners/9191/configuration-9191.yaml diff --git a/terraform-fluxcd-runners/9191/configuration-9191.yaml b/terraform-fluxcd-runners/9191/configuration-9191.yaml deleted file mode 100644 index f09f780..0000000 --- a/terraform-fluxcd-runners/9191/configuration-9191.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: infra.contrib.fluxcd.io/v1alpha2 -kind: Terraform -metadata: - name: configuration-9191 - namespace: dataprovider01 - labels: - observer: "true" - uuid: "9191" -spec: - path: ./terraform-configurations/9191 - interval: 3m - approvePlan: auto - destroyResourcesOnDeletion: true - sourceRef: - kind: GitRepository - name: terraform-data - runnerPodTemplate: - spec: - envFrom: - - secretRef: - name: ovh-terraform-development-test - - secretRef: - name: vault-terraform-credentials - optional: true - writeOutputsToSecret: - name: configuration-9191-outputs - labels: - observer: "true" - uuid: "9191"