This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Designed to be run INSIDE of a helm chart directory | |
# and that you have already run `helm dep up` | |
# | |
# Requires delta for diffs (cause it's pwetty :3) | |
# https://dandavison.github.io/delta/ | |
# | |
# this also already assumes that you have properly set up KUBECONFIG, kubectx, and kubens | |
# so that we can fetch resources that are live via kubectl |