Add openbao cert

This commit is contained in:
2025-02-15 23:11:26 +01:00
parent dcff456d21
commit 7a928df178
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: openbao
namespace: openbao
spec:
secretName: openbao-lumpiasty-xyz
dnsNames:
- openbao.lumpiasty.xyz
usages:
- digital signature
- key encipherment
issuerRef:
name: letsencrypt
kind: ClusterIssuer

View File

@@ -15,3 +15,4 @@ resources:
- configs/cluster-issuer.yaml - configs/cluster-issuer.yaml
- configs/single-hdd-sc.yaml - configs/single-hdd-sc.yaml
- configs/mayastor-snapshotclass.yaml - configs/mayastor-snapshotclass.yaml
- configs/openbao-cert.yaml