save
This commit is contained in:
parent
348d567421
commit
e771e97071
1 changed files with 5 additions and 5 deletions
10
.github/workflows/k8s_traefik_init_setup.yml
vendored
10
.github/workflows/k8s_traefik_init_setup.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue