Skip to content

Commit

Permalink
Merge pull request #137 from SovereignCloudStack/ani/issues/136
Browse files Browse the repository at this point in the history
🐛 Update kustomization var names
  • Loading branch information
aniruddha2000 authored Apr 30, 2024
2 parents d52242c + d793bc9 commit fa9b2fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: {}

0 comments on commit fa9b2fc

Please sign in to comment.