Skip to content

Commit

Permalink
docs: missing closing ```
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Mueller <klml@muenchen.de>
  • Loading branch information
klml committed May 17, 2023
1 parent aa902e3 commit 70f2f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/knative/python/kn-py-vm-attr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ kubectl -n ${VEBA_NS} create secret generic vcconfig-secret --from-file=VCCONFIG

# update label for secret to show up in VEBA UI
kubectl -n ${VEBA_NS} label secret vcconfig-secret app=veba-ui
```

Edit the `function.yaml` file with the name of the container image from *Step 1* if you made any changes.

Expand Down Expand Up @@ -165,4 +166,4 @@ kubectl delete -n ${VEBA_NS} -f function.yaml
environments. Some extra modifications may be required to safely manage a large environment:

* Move session initialization outside the handler to reduce the number of tokens managed by vCenter system
* Cache the data from inventory requests
* Cache the data from inventory requests

0 comments on commit 70f2f45

Please sign in to comment.