Skip to content

Commit

Permalink
chore: add init-containers to ci yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Barthen <[email protected]>
  • Loading branch information
Nightreaver committed Nov 20, 2023
1 parent 1870da3 commit e8f5521
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/common/ci/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ components:
mountPath: /opt/my-binary-license
content: 'base64 encoded data'
resources: {}
initContainers:
init-container-1:
image:
repository: db-init
tag: "latest"
resources: {}
component-2:
# start common.service
services:
Expand Down

0 comments on commit e8f5521

Please sign in to comment.