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