fix(ci): helm template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bc9a4ea4a4
commit
dc03395b66
@ -26,6 +26,15 @@ steps:
|
|||||||
cpu: 150
|
cpu: 150
|
||||||
memory: 150M
|
memory: 150M
|
||||||
|
|
||||||
|
- name: helm template
|
||||||
|
commands:
|
||||||
|
- helm template .
|
||||||
|
image: docker.io/volkerraschek/helm:3.9.0
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 150
|
||||||
|
memory: 150M
|
||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
environment:
|
environment:
|
||||||
PLUGIN_HOST:
|
PLUGIN_HOST:
|
||||||
|
Loading…
Reference in New Issue
Block a user