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

This commit is contained in:
gitops_test 2026-05-28 18:23:37 +00:00
parent d073c35dfa
commit fc2d84a27e

View File

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