Skip to content

Commit

Permalink
Merge pull request #174 from pl4nty/patch-1
Browse files Browse the repository at this point in the history
fix(k8s): update ingress API to support k8s >v1.21
  • Loading branch information
ginkoid authored Aug 20, 2022
2 parents 9871866 + dce8322 commit 5bf9cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcds/backends/k8s/manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
KIND_TO_API_VERISON = {
"Deployment": "apps/v1",
"Service": "v1",
"Ingress": "networking.k8s.io/v1beta1",
"Ingress": "networking.k8s.io/v1",
"NetworkPolicy": "networking.k8s.io/v1",
}

Expand Down

0 comments on commit 5bf9cd7

Please sign in to comment.