Skip to content

Commit 779a6a5

Browse files
committed
Jenkinsfile correction
1 parent 68e7b22 commit 779a6a5

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}"
38+
helm_data_file = "k8s/${cluster}/${namespace}.yaml"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)