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

This commit is contained in:
gitops_test 2026-09-14 15:23:45 +00:00
parent ef6e71356f
commit 847f400a9e

View File

@ -0,0 +1,29 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-9191
namespace: dataprovider01
labels:
observer: "true"
uuid: "9191"
spec:
path: ./terraform-configurations/9191
interval: 3m
approvePlan: auto
destroyResourcesOnDeletion: true
sourceRef:
kind: GitRepository
name: terraform-data
runnerPodTemplate:
spec:
envFrom:
- secretRef:
name: ovh-terraform-development-test
- secretRef:
name: vault-terraform-credentials
optional: true
writeOutputsToSecret:
name: configuration-9191-outputs
labels:
observer: "true"
uuid: "9191"