mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
[traefik] Add CircleCI tests
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user