Skip to content

Commit

Permalink
Write Traefik resources to both APIs (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 authored Jun 24, 2024
1 parent 06dc0c9 commit 8d72da3
Show file tree
Hide file tree
Showing 13 changed files with 7,826 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tembo-operator/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ install-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
# Temporary until we upgrade to v3.
# First, we have both CRD versions installed, but only using old version.
# Then, we upgrade traefik, which cuts over to using the new CRDs, at that point this can be deleted.
kubectl apply -f ./testdata/traefik-v3.yaml

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

0 comments on commit 8d72da3

Please sign in to comment.