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

This commit is contained in:
gitops_test 2026-07-15 11:14:55 +00:00
parent 0766cdfb95
commit cbd06ef42a

View File

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