From bd95faf74bd53faaa3649e7439582356506aef93 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Mon, 20 Jul 2026 13:17:28 +0000 Subject: [PATCH] azure: removed cloud-accounts/azure/terraform/dashboard-neoimpact-westeurope --- ...ccount-dashboard-neoimpact-westeurope.yaml | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 cloud-accounts/azure/terraform/dashboard-neoimpact-westeurope/account-dashboard-neoimpact-westeurope.yaml diff --git a/cloud-accounts/azure/terraform/dashboard-neoimpact-westeurope/account-dashboard-neoimpact-westeurope.yaml b/cloud-accounts/azure/terraform/dashboard-neoimpact-westeurope/account-dashboard-neoimpact-westeurope.yaml deleted file mode 100644 index d7242ba..0000000 --- a/cloud-accounts/azure/terraform/dashboard-neoimpact-westeurope/account-dashboard-neoimpact-westeurope.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: external-secrets.io/v1 -kind: ExternalSecret -metadata: - name: azure-terraform-dashboard-neoimpact-westeurope - namespace: proveedordatos - labels: - uuid: "13" - observer: "true" -spec: - refreshInterval: 6h - secretStoreRef: - name: provisioner-secrets - kind: SecretStore - data: - - secretKey: ARM_CLIENT_ID - remoteRef: - key: cloud-accounts/azure/dashboard-neoimpact-westeurope - property: ARM_CLIENT_ID - - secretKey: ARM_CLIENT_SECRET - remoteRef: - key: cloud-accounts/azure/dashboard-neoimpact-westeurope - property: ARM_CLIENT_SECRET - - secretKey: ARM_TENANT_ID - remoteRef: - key: cloud-accounts/azure/dashboard-neoimpact-westeurope - property: ARM_TENANT_ID - - secretKey: ARM_SUBSCRIPTION_ID - remoteRef: - key: cloud-accounts/azure/dashboard-neoimpact-westeurope - property: ARM_SUBSCRIPTION_ID - target: - name: azure-terraform-dashboard-neoimpact-westeurope - creationPolicy: Owner