[traefik] Add CircleCI tests

This commit is contained in:
nmlc
2020-11-26 06:00:15 +05:00
parent 746507dcc9
commit 635bc83259
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ echo '>>> Creating traefik namespace'
kubectl create ns traefik
echo '>>> Installing Traefik'
# helm repo add traefik https://helm.traefik.io/traefik
helm repo add traefik https://helm.traefik.io/traefik
cat <<EOF | helm upgrade -i traefik traefik/traefik --version=${TRAEFIK_VERSION} --namespace traefik -f -
additionalArguments:
- "--metrics.prometheus=true"