terraform: created terraform-fluxcd-runners/2/configuration-2.yaml
This commit is contained in:
parent
fa77065f24
commit
866144c8af
26
terraform-fluxcd-runners/2/configuration-2.yaml
Normal file
26
terraform-fluxcd-runners/2/configuration-2.yaml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user