Skip to content

Commit

Permalink
fix(example): example changed in configuration for spec.parameters.ve…
Browse files Browse the repository at this point in the history
…rsion

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
  • Loading branch information
haarchri committed Feb 17, 2024
1 parent e9132d7 commit 02058f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/mariadb-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
parameters:
region: westus
storageGB: 5 #Minimum value is 5
version: "10.3"
passwordSecretRef:
namespace: default
name: mariadbsecret
Expand Down
1 change: 1 addition & 0 deletions examples/postgres-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
parameters:
region: westus
storageGB: 5 #Minimum value is 5
version: "11"
passwordSecretRef:
namespace: default
name: psqlsecret
Expand Down

0 comments on commit 02058f5

Please sign in to comment.