azure: created cloud-accounts/azure/terraform/azure-northeurope/account-azure-northeurope.yaml
This commit is contained in:
parent
e32c83f839
commit
fdefaf6ef2
@ -0,0 +1,33 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: azure-terraform-azure-northeurope
|
||||||
|
namespace: dataprovider01
|
||||||
|
labels:
|
||||||
|
uuid: "1"
|
||||||
|
observer: "true"
|
||||||
|
spec:
|
||||||
|
refreshInterval: 6h
|
||||||
|
secretStoreRef:
|
||||||
|
name: provisioner-secrets
|
||||||
|
kind: SecretStore
|
||||||
|
data:
|
||||||
|
- secretKey: ARM_CLIENT_ID
|
||||||
|
remoteRef:
|
||||||
|
key: cloud-accounts/azure/azure-northeurope
|
||||||
|
property: ARM_CLIENT_ID
|
||||||
|
- secretKey: ARM_CLIENT_SECRET
|
||||||
|
remoteRef:
|
||||||
|
key: cloud-accounts/azure/azure-northeurope
|
||||||
|
property: ARM_CLIENT_SECRET
|
||||||
|
- secretKey: ARM_TENANT_ID
|
||||||
|
remoteRef:
|
||||||
|
key: cloud-accounts/azure/azure-northeurope
|
||||||
|
property: ARM_TENANT_ID
|
||||||
|
- secretKey: ARM_SUBSCRIPTION_ID
|
||||||
|
remoteRef:
|
||||||
|
key: cloud-accounts/azure/azure-northeurope
|
||||||
|
property: ARM_SUBSCRIPTION_ID
|
||||||
|
target:
|
||||||
|
name: azure-terraform-azure-northeurope
|
||||||
|
creationPolicy: Owner
|
||||||
Loading…
Reference in New Issue
Block a user