feat: changed the way the playbook behave

This commit is contained in:
Elam Monnot
2023-04-05 17:17:15 +02:00
parent 58f4556a53
commit ea4ecb2fae
2 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml;
helm repo add postgresql https://charts.bitnami.com/bitnami;
helm repo add redis https://charts.bitnami.com/bitnami;
helm repo add mail https://bokysan.github.io/docker-postfix;
helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm/ ;
kubectl config view --raw > ~/.kube/config