mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
fix: certificate name
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: "${SECRET_CLUSTER_DOMAIN/./-}"
|
||||
name: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
|
||||
namespace: networking
|
||||
spec:
|
||||
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
|
||||
|
Reference in New Issue
Block a user