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

This commit is contained in:
gitops_test 2025-11-26 10:54:22 +00:00
parent fa77065f24
commit 866144c8af

View File

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