💄 fix cert names

This commit is contained in:
auricom
2023-09-17 18:52:47 +02:00
parent 55e4197ca5
commit dbd88d9a70
3 changed files with 4 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ spec:
any: true
extraArgs:
default-ssl-certificate: |-
networking/${SECRET_CLUSTER_DOMAIN/./-}-tls
networking/${SECRET_CLUSTER_DOMAIN//./-}-tls
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname

View File

@@ -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