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