Skip to content

Commit

Permalink
Merge pull request #362 from vdice/feat/use-upstream-docker-gc-chart
Browse files Browse the repository at this point in the history
feat(chart): use upstream stable/spotify-docker-gc chart
  • Loading branch information
vdice authored May 31, 2017
2 parents 89fe7e3 + f9c6a4a commit dec22e1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 30 deletions.
2 changes: 2 additions & 0 deletions charts/workflow-e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
charts
requirements.lock
4 changes: 4 additions & 0 deletions charts/workflow-e2e/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies:
- name: spotify-docker-gc
version: 0.1.0
repository: https://kubernetes-charts.storage.googleapis.com
5 changes: 5 additions & 0 deletions charts/workflow-e2e/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To monitor tests as they execute:

```console
$ kubectl --namespace={{ .Release.Namespace }} logs -f workflow-e2e tests
```
29 changes: 0 additions & 29 deletions charts/workflow-e2e/templates/spotify-gc-daemon.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion charts/workflow-e2e/templates/workflow-e2e-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
value: "true"
- name: CLI_VERSION
value: "{{.Values.cli_version}}"
# set TEST env variable to run appropriate tests in e2e suite
# set TEST env variable to run appropriate tests in e2e suite
- name: TEST
value: "{{.Values.test}}"
- name: DEBUG_MODE
Expand Down
6 changes: 6 additions & 0 deletions charts/workflow-e2e/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ ginkgo_nodes: 15
cli_version: "latest"
test: "e2e"
debug_mode: "false"

spotify-docker-gc:
cron:
schedule: "*/1 * * * *"
env:
dockerAPIVersion: "1.23"

0 comments on commit dec22e1

Please sign in to comment.