Skip to content

Commit 239da11

Browse files
susesamuwalkafwalka
authored andcommitted
fix: change IP for server URL in docs (#1613)
1 parent b8f6d5d commit 239da11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/apps_marketplace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ global:
208208
enabled: false
209209
systemDefaultRegistry: registry.rancher.com
210210
systemProjectId: <PROJECT_ID>
211-
url: https://<NODE_IP>
211+
url: <RANCHER_SERVER_URL>
212212
clusterName: custom
213213
rkePathPrefix: ''
214214
rkeWindowsPathPrefix: ''
@@ -238,8 +238,8 @@ EOF
238238
# In the displayed YAML, the metadata.name field contains the Rancher Project ID (formatted as p-xxxxx)
239239
#
240240
#
241-
# NODE_IP
242-
# It's the IPv4 address of your Rancher server
241+
# RANCHER_SERVER_URL
242+
# It's the protocol and hostname of your Rancher server, e.g. https://rancher.my.org, configured during the installation with Helm
243243
```
244244

245245
* `rancher-cis-benchmark` - Deploy Rancher cis benchmark

0 commit comments

Comments
 (0)