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
2f202e9993
commit
a891c0ab20
1 changed files with 15 additions and 1 deletions
|
|
@ -22,4 +22,18 @@ spec:
|
|||
role: issuer
|
||||
secretRef:
|
||||
name: issuer-token-lmzpj
|
||||
key: token
|
||||
key: token
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: test
|
||||
spec:
|
||||
secretName: test-lst
|
||||
issuerRef:
|
||||
name: vault-issuer
|
||||
commonName: test.durp.info
|
||||
dnsNames:
|
||||
- test.durp.info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue