mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
2f202e9993
commit
a891c0ab20
1 changed files with 15 additions and 1 deletions
|
|
@ -23,3 +23,17 @@ spec:
|
||||||
secretRef:
|
secretRef:
|
||||||
name: issuer-token-lmzpj
|
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