We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2111399 commit 082c5c7Copy full SHA for 082c5c7
docs/toolhive/tutorials/vault-integration.mdx
@@ -185,8 +185,7 @@ spec:
185
vault.hashicorp.com/role: 'toolhive-mcp-workloads'
186
187
# Inject GitHub configuration secret
188
- vault.hashicorp.com/agent-inject-secret-github-config:
189
- \ "workload-secrets/data/github-mcp/config"
+ vault.hashicorp.com/agent-inject-secret-github-config: 'workload-secrets/data/github-mcp/config'
190
vault.hashicorp.com/agent-inject-template-github-config: |
191
{{- with secret "workload-secrets/data/github-mcp/config" -}}
192
GITHUB_PERSONAL_ACCESS_TOKEN={{ .Data.data.token }}
0 commit comments