Skip to content

Commit

Permalink
backport of commit e2ddfe0 (#17830)
Browse files Browse the repository at this point in the history
Co-authored-by: Theron Voran <[email protected]>
  • Loading branch information
1 parent 5781d7b commit 63cf59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/content/docs/platform/k8s/injector/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,10 @@ spec:
containers:
- name: web
image: alpine:latest
command:
['sh', '-c']
args:
['sh', '-c', 'source /vault/secrets/config && <entrypoint script>']
['source /vault/secrets/config && <entrypoint script>']
ports:
- containerPort: 9090
```
Expand Down

0 comments on commit 63cf59d

Please sign in to comment.