We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9162da commit 4b9c716Copy full SHA for 4b9c716
src/main/java/uk/ac/ebi/tsc/tesk/k8s/constant/Constants.java
@@ -144,7 +144,7 @@ public class Constants {
144
/**
145
* Patch object passed to job API, when cancelling task
146
*/
147
- public static final V1Patch CANCEL_PATCH = new V1Patch("{\"metadata\":{\"labels\":{"+LABEL_TASKSTATE_KEY+":"+LABEL_TASKSTATE_VALUE_CANC+"}}}");
+ public static final V1Patch CANCEL_PATCH = new V1Patch("{\"metadata\":{\"labels\":{\""+LABEL_TASKSTATE_KEY+"\":\""+LABEL_TASKSTATE_VALUE_CANC+"\"}}}");
148
149
* Patch object passed to pod API, when cancelling task
150
0 commit comments