Skip to content

Commit ad86191

Browse files
committed
Fix ovn_tls_enable kuttl test deployment phase
There was missing creation of the ovn-northd and ovn-controller resources in the kustomization.yaml file in the 01-deploy-ovn phase in that test. Related-bug: #OSPRH-1922
1 parent 81fd12b commit ad86191

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/kuttl/tests/ovn_tls_enable/deploy/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ovn_v1beta1_ovndbcluster.yaml
5+
- ovn_v1beta1_ovnnorthd.yaml
6+
- ovn_v1beta1_ovncontroller.yaml
57
patches:
68
- patch: |-
79
- op: add

0 commit comments

Comments
 (0)