diff --git a/provider-aws-config.yaml b/provider-aws-config.yaml new file mode 100644 index 0000000..57f9a51 --- /dev/null +++ b/provider-aws-config.yaml @@ -0,0 +1,12 @@ +apiVersion: aws.m.upbound.io/v1beta1 +kind: ProviderConfig +metadata: + name: default + namespace: crossplane-system +spec: + credentials: + source: Secret + secretRef: + namespace: crossplane-system + name: aws-secret + key: creds \ No newline at end of file