Skip to content

Commit

Permalink
Removed unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya committed Sep 19, 2024
1 parent 90ed8a9 commit 5f2be8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions controllers/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion controllers/dspipeline_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5f2be8d

Please sign in to comment.