This PR will allow us to run an azure e2e test in parallel with our current GCE implementation. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
23 lines
529 B
YAML
23 lines
529 B
YAML
## These are just dumb, empty secrets to meet the requirements of our cluster-api provider
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: aws-credentials
|
|
namespace: cluster-api-provider-talos-system
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: gce-credentials
|
|
namespace: cluster-api-provider-talos-system
|
|
data:
|
|
service-account.json: "{{GCE_SVC_ACCT}}"
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: azure-credentials
|
|
namespace: cluster-api-provider-talos-system
|
|
data:
|
|
service-account.json: "{{AZURE_SVC_ACCT}}"
|