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