Skip to content

Commit

Permalink
Test traefik: check for v1.16.*
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 25, 2020
1 parent 2c0dab8 commit 29ef29d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
kubectl get storageclass
kubectl get deploy,daemonset,pods --all-namespaces
# These options should be enabled
kubectl get --namespace kube-system deploy metrics-server
# Problem with 1.16, ignore since it'll be dropped soon
if [[ ${{ matrix.k3s }} != v1.16.15+k3s1 ]]; then
kubectl get --namespace kube-system deploy metrics-server
if [[ ${{ matrix.k3s }} != v1.16.* ]]; then
kubectl get --namespace kube-system deploy traefik
fi
kubectl get --namespace kube-system deploy traefik
shell: bash

- name: Helm
Expand Down

0 comments on commit 29ef29d

Please sign in to comment.