mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
4a0b91f737
commit
80316602d5
1 changed files with 19 additions and 0 deletions
|
|
@ -4,3 +4,22 @@ metadata:
|
|||
name: issuer
|
||||
secrets:
|
||||
- name: issuer-token-lmzpj
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: vault-issuer
|
||||
namespace: default
|
||||
spec:
|
||||
vault:
|
||||
server: https://vault.infra.durp.info
|
||||
path: pki/sign/issue-homelab-certs
|
||||
auth:
|
||||
kubernetes:
|
||||
mountPath: /v1/auth/kubernetes
|
||||
role: issuer
|
||||
secretRef:
|
||||
name: issuer-token-lmzpj
|
||||
key: token
|
||||
Loading…
Add table
Add a link
Reference in a new issue