mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 08:26:17 +00:00
change certificate namespace to traefik
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: jimsgarage # change ot your domain
|
||||
namespace: default
|
||||
name: jimsgarage # change to your domain
|
||||
namespace: traefik # add to traefik namespace so it can use it (you DO NOT need it in each app namespace!!!)
|
||||
spec:
|
||||
secretName: jimsgarage-tls # change to your secretname
|
||||
issuerRef:
|
||||
|
Reference in New Issue
Block a user