Commit 1e567667 authored by Rajesh's avatar Rajesh Committed by rjshrjndrn
Browse files

fixing namespace for ssl secret creation

No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -25,10 +25,9 @@
kind: Secret
metadata:
name: ingress-cert
namespace: istio-system
namespace: {{ namespace }}
type: kubernetes.io/tls
data:
ca.crt: ""
site.crt: "{{ core_vault_proxy_site_crt | b64encode }}"
site.key: "{{ core_vault_proxy_site_key | b64encode }}"
EOF
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment