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

This commit is contained in:
gitops_test 2025-11-06 15:49:26 +00:00
parent a65ddeba70
commit 5fbd563a0f

View File

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