mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
💄 fix cert names
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: ${SECRET_CLUSTER_DOMAIN/./-}
|
||||
name: ${SECRET_CLUSTER_DOMAIN//./-}
|
||||
namespace: networking
|
||||
spec:
|
||||
secretName: ${SECRET_CLUSTER_DOMAIN/./-}-tls
|
||||
secretName: ${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
|
Reference in New Issue
Block a user