+ services
+ providers
This commit is contained in:
12
providers/provider-aws-config.yaml
Normal file
12
providers/provider-aws-config.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: aws.upbound.io/v1beta1
|
||||
kind: ProviderConfig
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
credentials:
|
||||
source: Secret
|
||||
secretRef:
|
||||
namespace: crossplane-system
|
||||
name: aws-secret
|
||||
key: creds
|
||||
6
providers/provider-aws-s3.yaml
Normal file
6
providers/provider-aws-s3.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: pkg.crossplane.io/v1
|
||||
kind: Provider
|
||||
metadata:
|
||||
name: upbound-provider-aws-s3
|
||||
spec:
|
||||
package: xpkg.upbound.io/upbound/provider-aws-s3:v2.2.0
|
||||
Reference in New Issue
Block a user