Update installation files
[nonrtric.git] / service-exposure / certs / webhook_certs.sh
old mode 100644 (file)
new mode 100755 (executable)
similarity index 98%
rename from service-exposure/certs/webhook-certs.sh
rename to service-exposure/certs/webhook_certs.sh
index 2a108af..dc38bef
@@ -35,6 +35,7 @@ apiVersion: v1
 kind: Secret
 metadata:
   name: webhook-cert
+  namespace: default
 type: Opaque
 data:
   tls.crt: $(cat webhook-cert.pem | base64 | tr -d '\n')