Archived
1
0

feat: add lifecycle hook to helm chart (#5397)

This commit is contained in:
DH Kim
2022-08-10 04:40:05 +09:00
committed by GitHub
parent 5c18e3556b
commit a51c94190f
2 changed files with 20 additions and 0 deletions

View File

@ -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: |