Skip to content

Commit eeb2ee2

Browse files
committed
another Jenkins fix
1 parent 779a6a5 commit eeb2ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pipeline {
3535
full_image_name = "${homer_image_name}:${tag}"
3636
cluster = params.cluster
3737
namespace = params.namespace
38-
helm_data_file = "k8s/${cluster}/${namespace}.yaml"
38+
helm_data_file = "${cluster}/${namespace}.yaml"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)