Skip to content

Commit 5d4a6b6

Browse files
committed
Addressing comment
1 parent 13b281a commit 5d4a6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ kubectl patch authpolicy maas-api-auth-policy -n maas-api \
213213
214214
```bash
215215
CLUSTER_DOMAIN=$(kubectl get ingresses.config.openshift.io cluster -o jsonpath='{.spec.domain}')
216-
HOST="maas-api.apps.${CLUSTER_DOMAIN}"
216+
HOST="maas-api.${CLUSTER_DOMAIN}"
217217
```
218218
219219
### 2. Get Authentication Token

0 commit comments

Comments
 (0)