Skip to content

Commit

Permalink
Fixed a couple of params not migrated to hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Dec 12, 2023
1 parent 9567e8d commit 653b49c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When a workshop has access to the Kubernetes cluster enabled, a workshop session
is provided access to a single Kubernetes namespace created in the cluster for
deploying workloads.

For this workshop session the name of that namespace is `{{session_namespace}}`.
For this workshop session the name of that namespace is `{{< param session_namespace >}}`.

Run the command:

Expand All @@ -18,7 +18,7 @@ and the output should be:

```
CURRENT NAME CLUSTER AUTHINFO NAMESPACE
* educates educates educates {{session_namespace}}
* educates educates educates {{< param session_namespace >}}
```

This indicates that the namespace will be configured as part of the default
Expand Down

0 comments on commit 653b49c

Please sign in to comment.