Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: surajnarwade <[email protected]>
  • Loading branch information
surajnarwade committed Jan 4, 2024
1 parent df8ae13 commit 0c697e9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/proposals/post-renderer-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,15 @@ I'm keen on leveraging this feature to tweak some Helm charts that don't fully m

### Implementation Details/Notes/Constraints [optional]

When we install application using ArgoCD, repo server performs the `helm template` command.
We will save the helm-output into the file.
then we output kustomize patch into the file.
finally we run the kustomize build command to output the rendered manifest.
* When we install application using ArgoCD, repo server performs the `helm template` command.
* We will save the helm-output into the file.
* then we output kustomize patch into the file.
* finally we run the kustomize build command to output the rendered manifest.

This is potentially equivalent of the script and the post-renderer flag.
This is potentially equivalent of the script and the post-renderer flag shown in the example: https://github.com/thomastaylor312/advanced-helm-demos/tree/master/post-render

--
What are the caveats to the implementation? What are some important details that didn't come across
above. Go in to as much detail as necessary here. This might be a good place to talk about core
concepts and how they relate.
TODO: link POC PR for the same.

You may have a work-in-progress Pull Request to demonstrate the functioning of the enhancement you are proposing.

### Detailed examples

Expand Down

0 comments on commit 0c697e9

Please sign in to comment.