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

This commit is contained in:
gitops_test 2026-07-21 11:10:30 +00:00
parent 25d7fd3b7c
commit 19bf2d47d5

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-2
namespace: empresasepprovider
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: azure-terraform-dashboard-neoimpact-northeurope
writeOutputsToSecret:
name: configuration-2-outputs
labels:
observer: "true"
uuid: "2"