Skip to content

Commit

Permalink
fix helm
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Ciangottini <[email protected]>
  • Loading branch information
dciangot committed Jun 3, 2024
1 parent 9f16fc7 commit 4eb11b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: integration-tests

on:
push:
branches: [next]
branches: [main,next]
pull_request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion helm/interlink/templates/virtual-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ spec:
name: virtual-kubelet-config
- name: token
hostPath:
path: /tmp/{{ .Values.nodeName }}
path: /tmp
type: Directory

0 comments on commit 4eb11b7

Please sign in to comment.