Skip to content

Commit

Permalink
Correct the Helper
Browse files Browse the repository at this point in the history
Signed-off-by: Veronika Fisarova <[email protected]>
  • Loading branch information
Deydra71 committed Oct 11, 2023
1 parent 781b3cc commit bd494f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/tls/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (t *TLS) CreateVolumes() []corev1.Volume {
}

// UpdateDeploymentWithTLS updates a given deployment with the necessary volumes and volume mounts to support TLS configurations.
func (t *TLS) UpdateDeploymentWithTLS(ctx context.Context, d *deployment.Deployment, helper HelperInterface) error {
func (t *TLS) UpdateDeploymentWithTLS(ctx context.Context, d *deployment.Deployment, h *helper.Helper) error {
// Debug
fmt.Println("Service SecretName:", t.Service.SecretName)
fmt.Println("CA SecretName:", t.Ca.CaSecretName)
Expand Down

0 comments on commit bd494f8

Please sign in to comment.