Setup self-signed issuer for ESO

This commit is contained in:
Ian Keane 2026-08-19 09:53:17 -04:00
parent 14130e4454
commit cb9523e2f4
2 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,7 @@
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: selfsigned
namespace: external-secrets
spec:
selfSigned: {}