Skip to content

Commit

Permalink
fix: capability doesn't provide a secret, we get the kubedb generated…
Browse files Browse the repository at this point in the history
… one

This change is needed due to a change of behavior of the capability which
requires a secret name to be set in order to generate one.
  • Loading branch information
metacosm committed Jan 17, 2020
1 parent b981538 commit 758aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/fruit-backend-sb/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dekorate:
name: link-to-database
componentName: fruit-backend-sb
type: Secret
ref: postgres-db-config
ref: postgres-db-auth
capability:
name: postgres-db
category: database
Expand Down

0 comments on commit 758aa44

Please sign in to comment.