Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #202 from ytsarev/update-examples
Browse files Browse the repository at this point in the history
Update rds instance example
  • Loading branch information
muvaf authored May 26, 2022
2 parents fef72fa + b6faacc commit 4828ea6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
13 changes: 2 additions & 11 deletions examples/rds/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
allocatedStorage: 20
autoMinorVersionUpgrade: true
backupRetentionPeriod: 14
instanceClass: db.t2.micro
instanceClass: db.t3.micro
name: example
engine: postgres
engineVersion: "12.4"
engineVersion: "13.1"
username: adminuser
passwordSecretRef:
key: password
Expand All @@ -28,12 +28,3 @@ spec:
writeConnectionSecretToRef:
name: example-dbinstance-out
namespace: default
---
apiVersion: v1
kind: Secret
metadata:
name: example-dbinstance
namespace: crossplane-system
type: Opaque
data:
password: dGVzdFBhc3N3b3JkITEyMw== # testPassword!123
9 changes: 9 additions & 0 deletions examples/rds/secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: v1
kind: Secret
metadata:
name: example-dbinstance
namespace: crossplane-system
type: Opaque
data:
password: dGVzdFBhc3N3b3JkITEyMw== # testPassword!123

0 comments on commit 4828ea6

Please sign in to comment.