Problem
Solve this question on: ssh cluster1-controlplane
One application, webpage-server-01, is deployed on the Kubernetes cluster by the Helm tool. Now, the team wants to deploy a new version of the application by replacing the existing one. A new version of the helm chart is given in the /root/new-version directory on the cluster1-controlplane. Validate the chart before installing it on the Kubernetes cluster.
Use the helm command to validate and install the chart. After successfully installing the newer version, uninstall the older version.
Reason for Fail
I didint use --generate-name ,instead I used my custom name as release name like appname-r1.
Any idea why it is wrong?
Is the reviewer only checking --generate-name which I think is not valid though.