Skip to content

Commit

Permalink
fix vp tolerations (#84)
Browse files Browse the repository at this point in the history
fix indent on deployment.dind-volume-provisioner.vp.yaml
  • Loading branch information
oren-codefresh authored Feb 13, 2020
1 parent 89a7990 commit 987565f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venona",
"version": "0.30.0",
"version": "0.30.1",
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion venonactl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.30.0
0.30.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
key: node-role.kubernetes.io/master
operator: "Exists"
{{ if ne .Tolerations "" }}
{{ .Tolerations | indent 8 }}
{{ .Tolerations | indent 6 }}
{{ end }}
containers:
- name: dind-volume-provisioner
Expand Down
4 changes: 2 additions & 2 deletions venonactl/pkg/templates/kubernetes/templates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 987565f

Please sign in to comment.