talos/hack/test/manifests/capi-secrets.yaml
Spencer Smith 9e02c77c0a chore: add azure e2e testing
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>
2019-08-07 12:16:32 -04:00

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}}"