From 6a2041689f6f6624e07b68375d8e31f1dba80d64 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Tue, 27 Jan 2026 11:16:51 +0000 Subject: [PATCH] ovh: created cloud-accounts/ovh/terraform/uat-ovh-env-2/account-uat-ovh-env-2.yaml --- .../uat-ovh-env-2/account-uat-ovh-env-2.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cloud-accounts/ovh/terraform/uat-ovh-env-2/account-uat-ovh-env-2.yaml diff --git a/cloud-accounts/ovh/terraform/uat-ovh-env-2/account-uat-ovh-env-2.yaml b/cloud-accounts/ovh/terraform/uat-ovh-env-2/account-uat-ovh-env-2.yaml new file mode 100644 index 0000000..4466a61 --- /dev/null +++ b/cloud-accounts/ovh/terraform/uat-ovh-env-2/account-uat-ovh-env-2.yaml @@ -0,0 +1,19 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: ovh-terraform-uat-ovh-env-2 + namespace: dataprovider01 + labels: + uuid: "3" + observer: "true" +spec: + refreshInterval: 6h + secretStoreRef: + name: provisioner-secrets + kind: SecretStore + target: + name: ovh-terraform-uat-ovh-env-2 + creationPolicy: Owner + dataFrom: + - extract: + key: cloud-accounts/ovh/uat-ovh-env-2 \ No newline at end of file