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

This commit is contained in:
gitops_test 2026-05-27 17:04:37 +00:00
parent c8981c4d75
commit 71fc711044

View File

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