Skip to content

Commit

Permalink
fix mis-references to url and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbose78 committed Apr 9, 2020
1 parent defe85a commit 6942689
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* `sourceValue`: Specifies the key in the slice of maps whose value would be used as the value, corresponding to the value of the `sourceKey` which is added as the key, in the binding Secret. Mandatory only if `elementType` is `sliceOfMaps`.


### A Sample CR : The Kubernetes resource that the appliaction would bind to
### A Sample CR : The Kubernetes resource that the application would bind to

```
apiVersion: apps.kube.io/v1beta1
Expand Down Expand Up @@ -120,7 +120,7 @@
- path: data.dbConfiguration
x-descriptors:
- urn:alm:descriptor:io.kubernetes:ConfigMap
- servicebinding:certificate:bindAs=volume
- servicebinding:certificate:bindAs=envVar
```


Expand All @@ -137,8 +137,7 @@
```


Descriptor

Descriptor

```
- path: data.dbConfiguration
Expand Down Expand Up @@ -176,7 +175,7 @@
Annotation

```
“servicebinding.dev/url”:"path={.status.data.url}"
“servicebinding.dev/uri”:"path={.status.data.uri}"
```

Descriptor
Expand All @@ -202,9 +201,9 @@
Descriptor

```
- path: data.uri
- path: data.connectionURL
x-descriptors:
- servicebinding:connectionURL
- servicebinding:uri
```

8. #### Use specific elements from the CR’s “status.bootstrap” to produce key/value pairs in the binding Secret
Expand Down

0 comments on commit 6942689

Please sign in to comment.