mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fixed typo in the v2 to v3 helm migration guide (#7163)
* fixed typo in the v2 to v3 helm migration guide Signed-off-by: Richard Parke <richardparke15@gmail.com> * codegen Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Richard Parke <richardparke15@gmail.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
c461343ae4
commit
0cec30b69e
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ Follow the procedure below.
|
|||
1. READ THE COMPLETE RELEASE NOTES FIRST
|
||||
2. Scale the `kyverno` Deployment to zero replicas.
|
||||
3. If coming from 1.9 and you have install the cleanup controller, scale the `kyverno-cleanup-controller` Deployment to zero replicas.
|
||||
4. If step 2 applied to you, now delete the cleanup Deployment.
|
||||
4. If step 3 applied to you, now delete the cleanup Deployment.
|
||||
5. Review the [New Chart Values](#new-chart-values) section and translate your desired features and configurations to the new format.
|
||||
6. Upgrade to the v3 chart by passing the mandatory flag `upgrade.fromV2=true`.
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@ Follow the procedure below.
|
|||
1. READ THE COMPLETE RELEASE NOTES FIRST
|
||||
2. Scale the `kyverno` Deployment to zero replicas.
|
||||
3. If coming from 1.9 and you have install the cleanup controller, scale the `kyverno-cleanup-controller` Deployment to zero replicas.
|
||||
4. If step 2 applied to you, now delete the cleanup Deployment.
|
||||
4. If step 3 applied to you, now delete the cleanup Deployment.
|
||||
5. Review the [New Chart Values](#new-chart-values) section and translate your desired features and configurations to the new format.
|
||||
6. Upgrade to the v3 chart by passing the mandatory flag `upgrade.fromV2=true`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue