+ 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
|
||||||
15
services/s3/bucket.yaml
Normal file
15
services/s3/bucket.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
apiVersion: s3.aws.upbound.io/v1beta1
|
||||||
|
kind: Bucket
|
||||||
|
metadata:
|
||||||
|
name: app1-bucket-mathod
|
||||||
|
namespace: crossplane-system
|
||||||
|
spec:
|
||||||
|
forProvider:
|
||||||
|
region: eu-west-3
|
||||||
|
tags:
|
||||||
|
company: mathod
|
||||||
|
project: app1
|
||||||
|
environment: production
|
||||||
|
providerConfigRef:
|
||||||
|
name: default
|
||||||
Reference in New Issue
Block a user