From 5f2be8da69ba0d5307979b16624cdc9882edd4b9 Mon Sep 17 00:00:00 2001 From: vmudadla Date: Thu, 19 Sep 2024 12:13:12 -0500 Subject: [PATCH] Removed unwanted changes --- controllers/database.go | 3 +-- controllers/dspipeline_params.go | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/database.go b/controllers/database.go index 7cbb9361..ce15f1c4 100644 --- a/controllers/database.go +++ b/controllers/database.go @@ -27,14 +27,13 @@ import ( "errors" - "os" - "github.com/go-logr/logr" "github.com/go-sql-driver/mysql" _ "github.com/go-sql-driver/mysql" dspav1alpha1 "github.com/opendatahub-io/data-science-pipelines-operator/api/v1alpha1" "github.com/opendatahub-io/data-science-pipelines-operator/controllers/config" "k8s.io/apimachinery/pkg/util/json" + "os" ) const dbSecret = "mariadb/generated-secret/secret.yaml.tmpl" diff --git a/controllers/dspipeline_params.go b/controllers/dspipeline_params.go index efb9a0b5..96534316 100644 --- a/controllers/dspipeline_params.go +++ b/controllers/dspipeline_params.go @@ -89,7 +89,8 @@ type DSPAParams struct { CustomCABundle *dspa.CABundle DSPONamespace string // Use to enable tls communication between component pods. - PodToPodTLS bool + PodToPodTLS bool + APIServerServiceDNSName string }