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

This commit is contained in:
gitops_test 2025-11-05 11:02:47 +00:00
parent 681c04f2c1
commit f72b91c549

View File

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