Based on django helm chart now
This commit is contained in:
parent
749167ccce
commit
0372b5269b
26 changed files with 42 additions and 636 deletions
|
@ -1,7 +1,12 @@
|
|||
image:
|
||||
name: alpine/helm:3.2.4
|
||||
name: alpine/helm:3.5.4
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
|
||||
lint:
|
||||
stage: test
|
||||
script:
|
||||
- helm lint
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
|
|
Reference in a new issue