Skip to content

Commit 082c5c7

Browse files
committed
Fix multi-line string
1 parent 2111399 commit 082c5c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/toolhive/tutorials/vault-integration.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ spec:
185185
vault.hashicorp.com/role: 'toolhive-mcp-workloads'
186186

187187
# Inject GitHub configuration secret
188-
vault.hashicorp.com/agent-inject-secret-github-config:
189-
\ "workload-secrets/data/github-mcp/config"
188+
vault.hashicorp.com/agent-inject-secret-github-config: 'workload-secrets/data/github-mcp/config'
190189
vault.hashicorp.com/agent-inject-template-github-config: |
191190
{{- with secret "workload-secrets/data/github-mcp/config" -}}
192191
GITHUB_PERSONAL_ACCESS_TOKEN={{ .Data.data.token }}

0 commit comments

Comments
 (0)