ovh: removed cloud-accounts/ovh/crossplane/test-perf
This commit is contained in:
parent
46d6914132
commit
4d0ac63421
@ -1,50 +0,0 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
|
||||||
kind: ExternalSecret
|
|
||||||
metadata:
|
|
||||||
name: ovh-crossplane-test-perf
|
|
||||||
namespace: dataprovider01
|
|
||||||
labels:
|
|
||||||
uuid: "6"
|
|
||||||
observer: "true"
|
|
||||||
spec:
|
|
||||||
refreshInterval: 6h
|
|
||||||
secretStoreRef:
|
|
||||||
name: provisioner-secrets
|
|
||||||
kind: SecretStore
|
|
||||||
data:
|
|
||||||
- secretKey: application_key
|
|
||||||
remoteRef:
|
|
||||||
key: cloud-accounts/ovh/test-perf
|
|
||||||
property: APPLICATION_KEY
|
|
||||||
- secretKey: application_secret
|
|
||||||
remoteRef:
|
|
||||||
key: cloud-accounts/ovh/test-perf
|
|
||||||
property: APPLICATION_SECRET
|
|
||||||
- secretKey: consumer_key
|
|
||||||
remoteRef:
|
|
||||||
key: cloud-accounts/ovh/test-perf
|
|
||||||
property: CONSUMER_KEY
|
|
||||||
- secretKey: endpoint
|
|
||||||
remoteRef:
|
|
||||||
key: cloud-accounts/ovh/test-perf
|
|
||||||
property: ENDPOINT
|
|
||||||
target:
|
|
||||||
name: ovh-crossplane-test-perf
|
|
||||||
creationPolicy: Owner
|
|
||||||
template:
|
|
||||||
engineVersion: v2
|
|
||||||
type: Opaque
|
|
||||||
data:
|
|
||||||
credentials: '{{ printf "{\"application_key\":\"%s\",\"application_secret\":\"%s\",\"consumer_key\":\"%s\",\"endpoint\":\"%s\"}" .application_key .application_secret .consumer_key .endpoint }}'
|
|
||||||
---
|
|
||||||
apiVersion: ovh.edixos.io/v1beta1
|
|
||||||
kind: ProviderConfig
|
|
||||||
metadata:
|
|
||||||
name: test-perf
|
|
||||||
spec:
|
|
||||||
credentials:
|
|
||||||
source: Secret
|
|
||||||
secretRef:
|
|
||||||
namespace: dataprovider01
|
|
||||||
name: ovh-crossplane-test-perf
|
|
||||||
key: credentials
|
|
||||||
Loading…
Reference in New Issue
Block a user