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

This commit is contained in:
gitops_test 2026-06-18 14:12:20 +00:00
parent a21043c4f0
commit 3774cb4071

View File

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