Skip to content

Commit

Permalink
use same traefik helm chart as the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Apr 17, 2024
1 parent c052fc6 commit 8cf796d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conductor/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ default:

install-traefik:
kubectl create namespace traefik || true
helm upgrade --install --namespace=traefik --values=./testdata/traefik-values.yaml traefik traefik/traefik
helm upgrade --install --namespace=traefik --version=20.8.0 --values=./testdata/traefik-values.yaml traefik traefik/traefik
# https://github.com/traefik/traefik-helm-chart/issues/757#issuecomment-1753995542
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.0.0-beta2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml

install-operator:
just install-cert-manager
Expand Down

0 comments on commit 8cf796d

Please sign in to comment.