This commit is contained in:
Jun-te Kim 2025-12-07 00:51:25 +00:00
parent 348d567421
commit e771e97071

View file

@ -81,11 +81,11 @@ jobs:
kubectl apply -f traefik/storageclass/storageclass.yaml
kubectl apply -f traefik/storageclass/certs-pv.yaml
# Install Traefik CRDs (idempotent)
- name: Install Traefik CRDs
run: |
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.11/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.11/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml
# # Install Traefik CRDs (idempotent)
# - name: Install Traefik CRDs
# run: |
# kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.11/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
# kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.11/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml
# Deploy Traefik
- name: Deploy Traefik