Skip to content

Conversation

@fwa-wup
Copy link

@fwa-wup fwa-wup commented Oct 21, 2025

Fixes: #8416 #9362 #9505
Default behavior is preserved

@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Oct 21, 2025
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 21, 2025
- name: {{ $authSecrets.key }}
valueFrom:
{{- if $authSecrets.valueFrom }}
{{- $authSecrets.valueFrom | toYaml | nindent 16 }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: YAML Indentation Error in valueFrom Content

The nindent 16 for valueFrom content produces malformed YAML. This misaligns the content, preventing proper nesting under valueFrom and differing from the secretKeyRef block's indentation.

Fix in Cursor Fix in Web

@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2025

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@fwa-wup
Copy link
Author

fwa-wup commented Oct 21, 2025

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: 📘 Todo

Development

Successfully merging this pull request may close these issues.

[BUG]: No option to set ExtraEnvVars in helm chart

1 participant