Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/certmanager/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: hook-server-serving-cert # this name should match the one appeared in kustomizeconfig.yaml
name: hook-server-server-cert # this name should match the one appeared in kustomizeconfig.yaml
namespace: system
spec:
dnsNames:
Expand Down
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vars:
kind: Certificate
group: cert-manager.io
version: v1
name: hook-server-serving-cert # this name should match the one in certificate.yaml
name: hook-server-server-cert # this name should match the one in certificate.yaml
fieldref:
fieldpath: metadata.namespace
- name: CERTIFICATE_NAME
Expand All @@ -48,7 +48,7 @@ vars:
kind: Certificate
group: cert-manager.io
version: v1
name: hook-server-serving-cert # this name should match the one in certificate.yaml
name: hook-server-server-cert # this name should match the one in certificate.yaml
- name: SERVICE_NAMESPACE # namespace of the service
objref:
kind: Service
Expand Down
2 changes: 1 addition & 1 deletion config/hookserver/extensionconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
name: hook-server-svc
namespace: system # Note: this assumes the test extension get deployed in the default namespace defined in its own runtime-extensions-components.yaml
port: 443
namespaceSelector: {}
namespaceSelector: {}