terraform: created terraform-fluxcd-runners/75/configuration-75.yaml

This commit is contained in:
gitops_test 2026-01-20 12:33:35 +00:00
parent b1ae989e0b
commit f25bd7f71b

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-75
namespace: dataprovider03
labels:
observer: "true"
uuid: "75"
spec:
path: ./terraform-configurations/75
interval: 3m
approvePlan: auto
destroyResourcesOnDeletion: true
sourceRef:
kind: GitRepository
name: terraform-data
runnerPodTemplate:
spec:
envFrom:
- secretRef:
name: ovh-terraform-ovh-test
writeOutputsToSecret:
name: configuration-75-outputs
labels:
observer: "true"
uuid: "75"