Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created January 4, 2022 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer-guy/ad2093fc5b78e5fdbf399a03ea8062df to your computer and use it in GitHub Desktop.
Save developer-guy/ad2093fc5b78e5fdbf399a03ea8062df to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: vault-issuer
namespace: platform
spec:
vault:
server: http://vault.default:8200
path: pki/sign/config-admission-webhook
auth:
kubernetes:
mountPath: /v1/auth/kubernetes
role: issuer
secretRef:
name: issuer-token-7z8jj
key: token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment