Skip to content

Commit 9e7da7b

Browse files
Use "environment_version" instead of the deprecated "client" field (#109)
The scala-job template should use `"enviroment_version"` instead of the deprecated `"client"` field.
1 parent cc176ce commit 9e7da7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/templates/scala-job/template/{{.project_name}}/resources/{{.project_name}}.job.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ resources:
1212
environments:
1313
- environment_key: default
1414
spec:
15-
client: "4"
15+
environment_version: "4"
1616
jar_dependencies:
1717
- ${workspace.artifact_path}/.internal/{{.project_name}}-assembly-{{template `version` .}}.jar

0 commit comments

Comments
 (0)