Skip to content

Commit 270eb41

Browse files
committed
fix some includes
1 parent b2ff79e commit 270eb41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/content/docs/platform/k8s/helm/openshift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $ helm install vault hashicorp/vault
7777

7878
Or install a specific version of the chart.
7979

80-
`@include 'helm/install.mdx'
80+
@include 'helm/install.mdx'
8181

8282
The `helm install` command accepts parameters to override default configuration
8383
values inline or defined in a file. For all OpenShift deployments, `global.openshift`

website/content/docs/platform/k8s/helm/run.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ helm install vault hashicorp/vault
6161

6262
Or install a specific version of the chart.
6363

64-
`@include 'helm/install.mdx'
64+
@include 'helm/install.mdx'
6565

6666
The `helm install` command accepts parameters to override default configuration
6767
values inline or defined in a file.

0 commit comments

Comments
 (0)