aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-09-14 13:58:55 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-09-14 14:08:36 +0200
commitfba26d707426d7a9b4faf570ce21c23822747cbb (patch)
treef9af3d4c01f9250adf35d7c28a03b1784759f6f1
parent3188824be7f3ba27c606d93b14e280fe01db9109 (diff)
[CMPV2-CERT-PROVIDER][DOC] Improve documentation
- Improve CMPv2 assets upgrade instructions Issue-ID: OOM-2753 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I625cf42ab4e57e92c10445d91b3b536df606aef4
-rw-r--r--docs/release-notes.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 730acd5eea..bb9c2e888c 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -97,8 +97,10 @@ Workarounds
#. Update the CRD definition::
- > kubectl -n onap apply -f cmpv2-cert-provider/crds/cmpv2issuer.yaml
- #. Upgrade the component
+ > kubectl -n onap apply -f oom/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml
+ #. Upgrade the component::
+
+ > helm -n onap upgrade dev-platform oom/kubernetes/platform
#. Make sure that *cmpv2issuer* contains correct value for
*spec.updateEndpoint*. The value should be: *v1/certificate-update*.
If it's not, edit the resource::