From ed1b29e8b52b3656eb5ed4313917cec6682b17b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Sun, 4 Apr 2021 20:36:04 +0200 Subject: [PATCH] Make CertificateSigningRequest namespaced --- helm/imagepullsecret-injector/Chart.yaml | 2 +- helm/imagepullsecret-injector/scripts/create-signed-cert.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/imagepullsecret-injector/Chart.yaml b/helm/imagepullsecret-injector/Chart.yaml index d23a394..c2e0a39 100644 --- a/helm/imagepullsecret-injector/Chart.yaml +++ b/helm/imagepullsecret-injector/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.11 +version: 0.0.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/imagepullsecret-injector/scripts/create-signed-cert.sh b/helm/imagepullsecret-injector/scripts/create-signed-cert.sh index 0a70854..522dc3a 100644 --- a/helm/imagepullsecret-injector/scripts/create-signed-cert.sh +++ b/helm/imagepullsecret-injector/scripts/create-signed-cert.sh @@ -89,6 +89,7 @@ apiVersion: certificates.k8s.io/v1 kind: CertificateSigningRequest metadata: name: ${csrName} + namespace: ${namespace} spec: signerName: kubernetes.io/kubelet-serving groups: