Difficult bit into kust. Strip mariadb from helm.

This commit is contained in:
j 2025-07-10 13:56:45 +10:00
parent 0786edbead
commit 950012fa3d
8 changed files with 161 additions and 9 deletions

View file

@ -22,10 +22,10 @@ spec:
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-{{ .Values.global.domain | replace "." "-" }}
name: {{ .Values.global.ssl_secret_name }}
namespace: {{ .Values.global.namespace }}
spec:
secretName: wildcard-{{ .Values.global.domain | replace "." "-" }}
secretName: {{ .Values.global.ssl_secret_name }}
secretTemplate:
annotations:
replicator.v1.mittwald.de/replication-allowed: "true"