Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 12, 2025

Adds documentation for the join function in the chart template guide's functions and pipelines section.

Changes

  • Added new "Using the join function" section after the default function section
  • Includes function signature, practical example with list joining, and sample output
  • Notes relationship to split function (inverse operation)

Example

# values.yaml
favorite:
  drinks:
    - coffee
    - tea
    - water

# template usage
drinks: {{ .Values.favorite.drinks | join ", " | quote }}

# output
drinks: "coffee, tea, water"
Original prompt

This section details on the original issue you should resolve

<issue_title>Add a mention of join in docs/chart_template_guide/functions_and_pipelines.mdx</issue_title>
<issue_description>Add a mention and example of go text/template join in docs/chart_template_guide/functions_and_pipelines.mdx

</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add mention of join in chart template guide Add join function documentation to chart template guide Nov 12, 2025
Copilot AI requested a review from TerryHowe November 12, 2025 14:50
Copy link
Contributor

@TerryHowe TerryHowe left a comment

Choose a reason for hiding this comment

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

/lgtm

@TerryHowe TerryHowe marked this pull request as ready for review November 12, 2025 15:07
@github-actions
Copy link

This pull request has been marked as stale because it has been open for 90 days with no activity. This pull request will be automatically closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a mention of join in docs/chart_template_guide/functions_and_pipelines.mdx The join template function is undocumented

2 participants