mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 20:06:03 +02:00
5 lines
191 B
Bash
Executable file
5 lines
191 B
Bash
Executable file
#!/bin/bash -x
|
|
|
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
|
helm repo add pomerium https://helm.pomerium.io
|
|
helm repo add traefik https://containous.github.io/traefik-helm-chart
|