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

This commit is contained in:
gitops_test 2026-06-23 10:30:26 +00:00
parent aa273104e4
commit aebb55444d

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-223
namespace: dataprovider01
labels:
observer: "true"
uuid: "223"
spec:
path: ./terraform-configurations/223
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-223-outputs
labels:
observer: "true"
uuid: "223"