We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59370c2 commit a409b69Copy full SHA for a409b69
.github/workflows/conformance.yml
@@ -78,7 +78,7 @@ jobs:
78
# install CRDs
79
/usr/local/bin/kubectl apply -f ./config/crd/experimental/policy.networking.k8s.io_clusternetworkpolicies.yaml
80
# install kube-network-policies
81
- /usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/v0.6.1/install-anp.yaml
+ /usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/c87e5ec2f503aabe76fc2a53e117d651cf591733/install-cnp.yaml
82
83
- name: Get Cluster status
84
run: |
0 commit comments