From b1134841217d44e1a92a3b71d6dbd329eb13c34d Mon Sep 17 00:00:00 2001 From: Mathod Date: Sat, 6 Dec 2025 09:57:52 +0100 Subject: [PATCH] + provider-aws-config.yaml --- provider-aws-config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 provider-aws-config.yaml 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