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