Skip to content

Commit 9b63c98

Browse files
fix typo
1 parent 5b2ef3b commit 9b63c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An operator is an application-specific controller that extends Kubernetes to cre
44

55
## Overview
66

7-
Helm is used to create and deploy and necessary operator resources and to run the operator in a Kubernetes cluster. Helm is a framework that helps you manage Kubernetes applications, and helm charts help you define and install Helm applications into a Kubernetes cluster. The operator's Helm chart is located in the `kubernetes/charts/weblogic-operator` directory.
7+
Helm is used to create and deploy necessary operator resources and to run the operator in a Kubernetes cluster. Helm is a framework that helps you manage Kubernetes applications, and helm charts help you define and install Helm applications into a Kubernetes cluster. The operator's Helm chart is located in the `kubernetes/charts/weblogic-operator` directory.
88

99
> If you have an older version of the operator installed on your cluster, then you must remove it before installing this version. This includes the 2.0-rc1 version; it must be completely removed. You should remove the deployment (for example, `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
1010
resource definition (for example, `kubectl delete crd domain`). If you do not remove

0 commit comments

Comments
 (0)