Skip to content

Commit 103f958

Browse files
committed
update README: console deployment step
Signed-off-by: Firas Ghanmi <[email protected]>
1 parent 8147b54 commit 103f958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The `overlays/dev/` directory contains a `kustomization.yaml` for environment-sp
142142
Deploy the console using Kustomize:
143143

144144
```bash
145-
oc apply -k deployment/overlays/dev/
145+
oc apply -k https://github.com/securesign/rhtas-console-ui/deployment/overlays/dev?ref=v0.1.0
146146
```
147147

148148
4. **Verify the Deployment**:
@@ -163,5 +163,5 @@ The `overlays/dev/` directory contains a `kustomization.yaml` for environment-sp
163163
To delete the deployed resources:
164164

165165
```bash
166-
oc delete -k deployment/overlays/dev/
166+
oc delete -k https://github.com/securesign/rhtas-console-ui/deployment/overlays/dev?ref=v0.1.0
167167
```

0 commit comments

Comments
 (0)