diff --git a/README.md b/README.md index 49f26bd..fc6eced 100644 --- a/README.md +++ b/README.md @@ -28,22 +28,20 @@ The Metrics Operator is a powerful tool designed to monitor and provide insights ### Prerequisites 1. Create a namespace for the Metrics Operator. -2. Create a secret containing the credentials for the artifactory (read-only) in the operator's namespace. -3. Create a secret containing the data sink credentials in the operator's namespace. +2. Create a secret containing the data sink credentials in the operator's namespace. ### Deployment Deploy the Metrics Operator using the Helm chart: ```bash -helm upgrade --install co-metrics-operator deploy-releases-hyperspace-helm/co-metrics-operator \ +helm upgrade --install metrics-operator ghcr.io/sap/github.com/sap/metrics-operator/charts/metrics-operator \ --namespace \ --create-namespace \ - --set imagePullSecrets[0].name= \ --version= ``` -Replace ``, ``, and `` with appropriate values. +Replace `` and `` with appropriate values. ## Usage