From 1af5175745d62a52e76320fc9883a258babf93cc Mon Sep 17 00:00:00 2001 From: gitops_test Date: Tue, 12 May 2026 08:02:26 +0000 Subject: [PATCH] ovh: created cloud-accounts/ovh/terraform/ovhvalidenvironment/account-ovhvalidenvironment.yaml --- .../account-ovhvalidenvironment.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cloud-accounts/ovh/terraform/ovhvalidenvironment/account-ovhvalidenvironment.yaml diff --git a/cloud-accounts/ovh/terraform/ovhvalidenvironment/account-ovhvalidenvironment.yaml b/cloud-accounts/ovh/terraform/ovhvalidenvironment/account-ovhvalidenvironment.yaml new file mode 100644 index 0000000..ba65b71 --- /dev/null +++ b/cloud-accounts/ovh/terraform/ovhvalidenvironment/account-ovhvalidenvironment.yaml @@ -0,0 +1,19 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: ovh-terraform-ovhvalidenvironment + namespace: dataprovider02 + labels: + uuid: "1" + observer: "true" +spec: + refreshInterval: 6h + secretStoreRef: + name: provisioner-secrets + kind: SecretStore + target: + name: ovh-terraform-ovhvalidenvironment + creationPolicy: Owner + dataFrom: + - extract: + key: cloud-accounts/ovh/ovhvalidenvironment \ No newline at end of file