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