Skip to content

Commit 99ad454

Browse files
committed
temp/fix cert issue
1 parent 33f89d1 commit 99ad454

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

bindata/crds/crds.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ apiVersion: apiextensions.k8s.io/v1
167167
kind: CustomResourceDefinition
168168
metadata:
169169
annotations:
170-
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
170+
cert-manager.io/inject-ca-from: openstack-operators/openstack-operator-serving-cert
171171
controller-gen.kubebuilder.io/version: v0.14.0
172172
name: openstackcontrolplanes.core.openstack.org
173173
spec:
@@ -176,8 +176,8 @@ spec:
176176
webhook:
177177
clientConfig:
178178
service:
179-
name: webhook-service
180-
namespace: system
179+
name: openstack-operator-webhook-service
180+
namespace: openstack-operators
181181
path: /convert
182182
conversionReviewVersions:
183183
- v1

config/crd/patches/cainjection_in_core_openstackcontrolplanes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
6+
#cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
7+
cert-manager.io/inject-ca-from: openstack-operators/openstack-operator-serving-cert
78
name: openstackcontrolplanes.core.openstack.org

config/crd/patches/webhook_in_core_openstackcontrolplanes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spec:
99
webhook:
1010
clientConfig:
1111
service:
12-
namespace: system
13-
name: webhook-service
12+
namespace: openstack-operators
13+
name: openstack-operator-webhook-service
1414
path: /convert
1515
conversionReviewVersions:
1616
- v1

0 commit comments

Comments
 (0)