Skip to content

Commit f074442

Browse files
author
Jakub Smolar
authored
Merge pull request #569 from azgabur/move_to_v1
Move DNS/TLSPolicy to v1
2 parents 89c3a7a + 719a8c0 commit f074442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testsuite/kuadrant/policy/dns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_instance(
4747
"""Creates new instance of DNSPolicy"""
4848

4949
model: dict = {
50-
"apiVersion": "kuadrant.io/v1alpha1",
50+
"apiVersion": "kuadrant.io/v1",
5151
"kind": "DNSPolicy",
5252
"metadata": {"name": name, "labels": labels},
5353
"spec": {

testsuite/kuadrant/policy/tls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def create_instance(
2525
"""Creates new instance of TLSPolicy"""
2626

2727
model = {
28-
"apiVersion": "kuadrant.io/v1alpha1",
28+
"apiVersion": "kuadrant.io/v1",
2929
"kind": "TLSPolicy",
3030
"metadata": {"name": name, "labels": labels},
3131
"spec": {

0 commit comments

Comments
 (0)