Skip to content

Commit 201bcaa

Browse files
docs: update chart paths and installation guide (#17)
1 parent ad03940 commit 201bcaa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,22 +124,20 @@ graph LR
124124
### Prerequisites
125125

126126
1. Create a namespace for the Metrics Operator.
127-
2. Create a secret containing the credentials for the artifactory (read-only) in the operator's namespace.
128-
3. Create a secret containing the data sink credentials in the operator's namespace.
127+
2. Create a secret containing the data sink credentials in the operator's namespace.
129128

130129
### Deployment
131130

132131
Deploy the Metrics Operator using the Helm chart:
133132

134133
```bash
135-
helm upgrade --install co-metrics-operator deploy-releases-hyperspace-helm/co-metrics-operator \
134+
helm upgrade --install metrics-operator ghcr.io/sap/github.com/sap/metrics-operator/charts/metrics-operator \
136135
--namespace <operator-namespace> \
137136
--create-namespace \
138-
--set imagePullSecrets[0].name=<artifactory-secret-name> \
139137
--version=<version>
140138
```
141139

142-
Replace `<operator-namespace>`, `<artifactory-secret-name>`, and `<version>` with appropriate values.
140+
Replace `<operator-namespace>` and `<version>` with appropriate values.
143141

144142
## Usage
145143

0 commit comments

Comments
 (0)