Skip to content

Commit

Permalink
updating mariadb tls setting
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 29, 2024
1 parent 49fa570 commit 4323100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comp-functions/functions/vshnmariadb/mariadb_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func newValues(ctx context.Context, svc *runtime.ServiceRuntime, comp *vshnv1.VS
"enabled": false,
},
"tls": map[string]interface{}{
"enabled": true,
"enabled": comp.Spec.Parameters.TLS.TLSEnabled,
"certificatesSecret": "tls-server-certificate",
"certFilename": "tls.crt",
"certKeyFilename": "tls.key",
Expand Down

0 comments on commit 4323100

Please sign in to comment.