2-add-helm-repo.sh 556 B
Newer Older
aticig's avatar
aticig committed
#!/bin/bash

Ubuntu's avatar
Ubuntu committed
sudo snap install yq
aticig's avatar
aticig committed
echo "========================================================================"
echo "Adding Helm Repository"
echo "========================================================================"
osm repo-add --type helm-chart --description "Repository for Powerdns helm Chart" osm-helm https://gatici.github.io/helm-repo/
echo "========================================================================"
echo "Listing Helm Repository"
echo "========================================================================"
Ubuntu's avatar
Ubuntu committed
osm repo-list