Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaliy authored Mar 16, 2021
1 parent 5062d49 commit 16b2bd7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ This feature is still under development, review, and testing.
parameters:
key1: val1
key2: val2
parametersFrom:
- secretKeyRef:
name: mysecret
key: secret-parameter
```

* `<offering>` - The name of the SAP BTP service that you want to create.
Expand Down Expand Up @@ -142,11 +138,7 @@ This feature is still under development, review, and testing.
secretName: mySecret
parameters:
key1: val1
key2: val2
parametersFrom:
- secretKeyRef:
name: mysecret
key: secret-parameter
key2: val2
```

2. Apply the custom resource file in your cluster to create the binding.
Expand Down

0 comments on commit 16b2bd7

Please sign in to comment.