Add secret to manually reflect
This commit is contained in:
parent
c5c14f3a5e
commit
d0018ec070
1 changed files with 10 additions and 0 deletions
|
@ -108,6 +108,16 @@ spec:
|
|||
storage:
|
||||
size: 5Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: wildcard-hxme-net
|
||||
namespace: nextcloud
|
||||
annotations:
|
||||
reflector.v1.k8s.emberstack.com/reflects: "cert-manager/wildcard-hxme-net"
|
||||
data:
|
||||
...
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue