Skip to content

Commit

Permalink
[DNM] no tls check memcached issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed Dec 9, 2024
1 parent d5a21af commit 0efed35
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,21 @@
github-check:
jobs:
- openstack-k8s-operators-content-provider
- neutron-operator-tempest-multinode
- neutron-operator-tempest-multinode:
vars:
cifmw_edpm_prepare_kustomizations:
- apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openstack
patches:
- patch: |-
apiVersion: core.openstack.org/v1beta1
kind: OpenStackControlPlane
metadata:
name: unused
spec:
tls:
podLevel:
enabled: false
target:
kind: OpenStackControlPlane

0 comments on commit 0efed35

Please sign in to comment.