53  Helm 101

53.1 Installation

Note
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt update
sudo apt -y install helm
sudo apt-mark hold \
    helm

53.2 Debug

The complete manifest can be render using

helm template gesisbinder/gesisbinder \
    -f gesisbinder/config.yaml \
    -f gesisbinder/_secret.yaml \
    --debug

This manifest should be search for bugs.