Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: securesign/secure-sign-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9ca11d4181b3370769eb27728179460c8c75a8b
Choose a base ref
..
head repository: securesign/secure-sign-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42e53f047ba5ff02ae325e704245c7d0951cef63
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 internal/controller/trillian/utils/server-deployment.go
3 changes: 0 additions & 3 deletions internal/controller/trillian/utils/server-deployment.go
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ package trillianUtils

import (
"errors"
"fmt"
"strconv"

"github.com/securesign/operator/api/v1alpha1"
@@ -17,8 +16,6 @@ import (

func EnsureServerDeployment(instance *v1alpha1.Trillian, image string, name string, sa string, labels map[string]string, args ...string) func(deployment *apps.Deployment) error {
return func(dp *apps.Deployment) error {
fmt.Println("ensure trillian deployment")

if instance.Status.Db.DatabaseSecretRef == nil {
return errors.New("reference to database secret is not set")
}