File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -124,22 +124,20 @@ graph LR
124124### Prerequisites
125125
1261261 . 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
132131Deploy 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
You can’t perform that action at this time.
0 commit comments