Skip to content

Fix links in the Helm chart README.md #767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions helm-charts/coherence-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
Copyright 2020, 2025, Oracle Corporation and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
http://oss.oracle.com/licenses/upl.
-->
Expand All @@ -14,7 +14,7 @@ This chart install a coherence-operator deployment on a
package manager.

## Prerequisites
* Kubernetes 1.19 or above
* A non end of life version of Kubernetes (the operator is tested on all [currently supported Kubernetes versions](https://kubernetes.io/releases/))
* Helm 3 or above

## Installing the Chart
Expand All @@ -24,9 +24,11 @@ To install the chart with the release name `sample-coherence-operator`:
@ helm install sample-coherence-operator coherence-operator
```

The command deploys coherence-operator on the Kubernetes cluster in the
default configuration. The [configuration](#configuration) section list
parameters that can be configured during installation.
The command deploys coherence-operator on the Kubernetes cluster using the
default configuration.
See the [Coherence Operator installation guide](https://docs.coherence.community/coherence-operator/docs/latest/docs/installation/012_install_helm)
for full details of how to
install the operator using Helm

## Uninstalling the Chart
To uninstall the `sample-coherence-operator` deployment:
Expand Down
Loading