cscetbon / casskop

This Kubernetes operator automates Cassandra operations such as deploying rack aware clusters, scaling up and down, configuring C* and its JVM, upgrading JVM and C*, backup/restores and many more...
https://cscetbon.github.io/casskop/
Apache License 2.0
13 stars 8 forks source link

Documentation issue ? #57

Closed Subetov closed 2 years ago

Subetov commented 2 years ago

Type of question

Documentation issue

Question

I'm curious why everywhere in the 'Helm installation' step documentation says to add one repository, and in the next step, the installation of the Helm Chart is done from another repository.

  1. Adding helm repo
  2. Installing release from OCI registry
    helm repo add orange-incubator https://orange-kubernetes-charts-incubator.storage.googleapis.com/
    helm install casskop oci://ghcr.io/cscetbon/casskop-helm

Thanks.

cscetbon commented 2 years ago

@Subetov my bad, it's because in the past another repo was used and I forgot to remove that first line. Will do it. Thanks for reporting it !