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

This commit is contained in:
gitops_test 2026-05-28 18:07:31 +00:00
parent 1a556412d9
commit 343047a333

View File

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