Skip to content

Instantly share code, notes, and snippets.

@mmukarram
mmukarram / ember_examples.md
Created January 3, 2016 05:30 — forked from rwjblue/ember_examples.md
Ember Examples
@mmukarram
mmukarram / design-systems.md
Last active October 7, 2022 22:53
UI Design Systems
@mmukarram
mmukarram / Example of kustomized helm Install.md
Created April 24, 2025 17:07 — forked from neoakris/Example of kustomized helm Install.md
How to customize helm charts without forking. By using helm's post renderer technique with kustomize.md

Example of Kustomized Helm Install
(Using Helm's Post Rendering Feature)

Overview: Why would you want to do this?

Background Context:

  • Question: What is a helm chart?
  • Answer: helm charts are just templating engines that render generated yaml
    • input variables (with a mix of default and override values for those variables)
    • get plugged into golang templatized yaml
    • and output a wall of text of generated yaml
  • Community Helm Charts: