diff --git a/charts/rstudio-workbench/NEWS.md b/charts/rstudio-workbench/NEWS.md index f28b83429..1d5f3ce1b 100644 --- a/charts/rstudio-workbench/NEWS.md +++ b/charts/rstudio-workbench/NEWS.md @@ -1,5 +1,8 @@ # Changelog +## 0.20.2 +- correct job.tpl to check `suppressStdinAnnotation` instead of `limitStdinAnnotation` + to supress stdin annotation from pod metadata (#842) ## 0.20.1 diff --git a/charts/rstudio-workbench/files/job.tpl b/charts/rstudio-workbench/files/job.tpl index ad24d4e58..80be76f97 100644 --- a/charts/rstudio-workbench/files/job.tpl +++ b/charts/rstudio-workbench/files/job.tpl @@ -47,7 +47,7 @@ spec: {{- $i = add $i 1 }} {{- end }} {{- end }} - {{- if not $templateData.pod.limitStdinAnnotation }} + {{- if not $templateData.pod.suppressStdinAnnotation }} stdin: {{ toYaml .Job.stdin | indent 8 | trimPrefix (repeat 8 " ") }} {{- end }} user: {{ toYaml .Job.user }}