From 3317e8856ae47c0290e512d2e37108bd3e72893a Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 26 Apr 2023 17:37:05 -0400 Subject: [PATCH] fixup! add explanation comment --- get-started/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/get-started/index.md b/get-started/index.md index a0ae00df..7723bd09 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -152,7 +152,8 @@ spec: env: - name: CRYOSTAT_AGENT_APP_NAME value: "myapp" - # Replace this with the Kubernetes DNS record for the Cryostat Service + # Replace this with the Kubernetes DNS record + # for the Cryostat Service - name: CRYOSTAT_AGENT_BASEURI value: "http://cryostat.mynamespace.mycluster.svc:8181" - name: POD_IP @@ -323,7 +324,8 @@ spec: env: - name: CRYOSTAT_AGENT_APP_NAME value: "myapp" - # Replace this with the Kubernetes DNS record for the Cryostat Service + # Replace this with the Kubernetes DNS record + # for the Cryostat Service - name: CRYOSTAT_AGENT_BASEURI value: "http://cryostat.mynamespace.mycluster.svc:8181" - name: POD_IP