Commit 0efddf2
fix: correct securityContext rendering in temporal Helm template
The temporal deployment template used `$security_context | nindent`
directly on a map value, causing a Helm type error. Use the same
`{{- with $security_context }} securityContext: {{- toYaml . | nindent }}
{{- end }}` pattern as the other endpoint type templates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 04729ce commit 0efddf2
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
478 | 481 | | |
479 | 482 | | |
480 | 483 | | |
| |||
0 commit comments