Difficult bit into kust. Strip mariadb from helm.
This commit is contained in:
parent
0786edbead
commit
950012fa3d
8 changed files with 161 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue