From 81f26950957491fa9467ac3ecca2669028dd4fdd Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 13 Apr 2025 16:50:32 -0500 Subject: [PATCH] update --- infra/istio-system/templates/issuer.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 infra/istio-system/templates/issuer.yaml diff --git a/infra/istio-system/templates/issuer.yaml b/infra/istio-system/templates/issuer.yaml new file mode 100644 index 0000000..4e81111 --- /dev/null +++ b/infra/istio-system/templates/issuer.yaml @@ -0,0 +1,8 @@ +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + name: vault-issuer + namespace: istio-system +spec: + ca: + secretName: ca-key-pair \ No newline at end of file