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

This commit is contained in:
gitops_test 2026-07-15 13:22:47 +00:00
parent 87d2e24068
commit fc2872831c

View File

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