diff --git a/cloud-accounts/ovh/terraform/test-2.4/account-test-2.4.yaml b/cloud-accounts/ovh/terraform/test-2.4/account-test-2.4.yaml new file mode 100644 index 0000000..a33ce12 --- /dev/null +++ b/cloud-accounts/ovh/terraform/test-2.4/account-test-2.4.yaml @@ -0,0 +1,19 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: ovh-terraform-test-2.4 + namespace: dataprovider01 + labels: + uuid: "2" + observer: "true" +spec: + refreshInterval: 6h + secretStoreRef: + name: provisioner-secrets + kind: SecretStore + target: + name: ovh-terraform-test-2.4 + creationPolicy: Owner + dataFrom: + - extract: + key: cloud-accounts/ovh/test-2.4 \ No newline at end of file