mirror of
https://github.com/coder/code-server.git
synced 2026-05-20 11:17:27 +02:00
feat: add lifecycle hook to helm chart (#5397)
This commit is contained in:
@@ -127,6 +127,15 @@ persistence:
|
||||
# existingClaim: ""
|
||||
# hostPath: /data
|
||||
|
||||
lifecycle:
|
||||
enabled: false
|
||||
# postStart:
|
||||
# exec:
|
||||
# command:
|
||||
# - /bin/bash
|
||||
# - -c
|
||||
# - curl -s -L SOME_SCRIPT | bash
|
||||
|
||||
## Enable an Specify container in extraContainers.
|
||||
## This is meant to allow adding code-server dependencies, like docker-dind.
|
||||
extraContainers: |
|
||||
|
||||
Reference in New Issue
Block a user