Skip to content

Commit 16b2bd7

Browse files
authored
Update README.md
1 parent 5062d49 commit 16b2bd7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ This feature is still under development, review, and testing.
100100
parameters:
101101
key1: val1
102102
key2: val2
103-
parametersFrom:
104-
- secretKeyRef:
105-
name: mysecret
106-
key: secret-parameter
107103
```
108104

109105
* `<offering>` - The name of the SAP BTP service that you want to create.
@@ -142,11 +138,7 @@ This feature is still under development, review, and testing.
142138
secretName: mySecret
143139
parameters:
144140
key1: val1
145-
key2: val2
146-
parametersFrom:
147-
- secretKeyRef:
148-
name: mysecret
149-
key: secret-parameter
141+
key2: val2
150142
```
151143

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

0 commit comments

Comments
 (0)