Skip to content

Commit ed6aed9

Browse files
committed
hardcode username for clarity (as it differs between docker.enterprisedb.com and helm.oci.cloudsmith.io)
1 parent 5dde614 commit ed6aed9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

product_docs/docs/klio/0/helm_chart.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ For simplicity, the instructions below assume you've put the following values in
4242
Example:
4343

4444
```sh
45-
export USERNAME=k8s
4645
export TOKEN=your-edb-token
4746
export NAMESPACE=cnpg-system
4847
```
@@ -63,7 +62,7 @@ the registry:
6362
```sh
6463
kubectl create secret docker-registry klio-registry-secret \
6564
--docker-server=docker.enterprisedb.com \
66-
"--docker-username=${USERNAME}" \
65+
"--docker-username=k8s" \
6766
"--docker-password=${TOKEN}" \
6867
"--namespace "${NAMESPACE}"
6968
```

0 commit comments

Comments
 (0)