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

This commit is contained in:
gitops_test 2026-06-23 11:28:47 +00:00
parent 70ce6615eb
commit 2bce1e9fe8

View File

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