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