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

This commit is contained in:
gitops_test 2026-05-26 09:04:41 +00:00
parent 06f8d768f7
commit e4a00ce809

View File

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