Skip to content

fix(workbench): correct job.tpl to check suppressStdinAnnotation#862

Open
bguenn2s wants to merge 1 commit intorstudio:mainfrom
bguenn2s:fix/suppress-stdin-annotation
Open

fix(workbench): correct job.tpl to check suppressStdinAnnotation#862
bguenn2s wants to merge 1 commit intorstudio:mainfrom
bguenn2s:fix/suppress-stdin-annotation

Conversation

@bguenn2s
Copy link
Copy Markdown

@bguenn2s bguenn2s commented May 5, 2026

Summary

Fixes a regression introduced in #842 where the values.yaml key was
renamed from limitStdinAnnotation to suppressStdinAnnotation during
review, but the condition in job.tpl was not updated to match.

As a result, suppressStdinAnnotation: true has no effect — the stdin
annotation is always written regardless of the configured value.

Changes

  • charts/rstudio-workbench/files/job.tpl — update condition to check
    suppressStdinAnnotation instead of limitStdinAnnotation

Fixes #861

…ead of limitStdinAnnotation

In PR rstudio#842, the values.yaml key was renamed from limitStdinAnnotation to suppressStdinAnnotation during review, but the corresponding condition in job.tpl was not updated to match. As a result, the guard always evaluates the wrong key and the stdin annotation is written unconditionally, regardless of the configured value.
@bguenn2s bguenn2s requested review from GCRev and zachhannum as code owners May 5, 2026 14:06
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 5, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

suppressStdinAnnotation has no effect — job.tpl checks limitStdinAnnotation instead

2 participants