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