Skip to content

Commit ebbe1a3

Browse files
committed
docs: document updated as per the comments
Signed-off-by: Bala Harish <[email protected]>
1 parent 8279bdd commit ebbe1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/main/Solutioning/backup-and-restore/kasten-br-fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Use the following `kubectl` command to forward a local port to the Kasten ingres
9898
By default, the Kasten dashboard is not exposed externally.
9999
:::
100100

101-
In this example we have changed the 'service type' type to **NodePort**:
101+
In this example we have changed the 'svc' type to **NodePort**:
102102

103103
- Forward a local port to the Kasten ingress port.
104104

@@ -108,7 +108,7 @@ kubectl --namespace kasten-io port-forward service/gateway 8080:80
108108

109109
or
110110

111-
- Change the 'svc' type as **NodePort**.
111+
- Change the 'service type' type as **NodePort**.
112112

113113
**Command**
114114

0 commit comments

Comments
 (0)