You've already forked reposilite-charts
fix(prometheus): add init containers to download plugins
Some checks failed
Release / publish-chart (push) Failing after 31s
Some checks failed
Release / publish-chart (push) Failing after 31s
The following patch extends the helm chart of additional init containers for each plugin.
This commit is contained in:
@@ -390,6 +390,19 @@ tests:
|
||||
- name: my-special-secret
|
||||
template: templates/deployment.yaml
|
||||
|
||||
- it: Test initContainers
|
||||
set:
|
||||
deployment.initContainers:
|
||||
- name: busybox
|
||||
image: docker.io/library/busybox:latest
|
||||
asserts:
|
||||
- contains:
|
||||
path: spec.template.spec.initContainers
|
||||
content:
|
||||
name: busybox
|
||||
image: docker.io/library/busybox:latest
|
||||
template: templates/deployment.yaml
|
||||
|
||||
- it: Test nodeSelector
|
||||
set:
|
||||
deployment.nodeSelector:
|
||||
|
||||
Reference in New Issue
Block a user