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

@ -2,12 +2,6 @@ apiVersion: v2
name: home-server-subcharts
version: 0.1.0
dependencies:
- name: mariadb-operator-crds
version: 0.38.1
repository: https://helm.mariadb.com/mariadb-operator
- name: mariadb-operator
version: 0.38.1
repository: https://helm.mariadb.com/mariadb-operator
- name: cert-manager
version: v1.18.2
repository: https://charts.jetstack.io

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"