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

This commit is contained in:
gitops_test 2026-09-16 09:53:12 +00:00
parent 96a39cbd33
commit ec7360bfff

View File

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