Skip to content

Commit

Permalink
Revert "envvar test (#456)" (#457)
Browse files Browse the repository at this point in the history
This reverts commit ce58f1b.
  • Loading branch information
sofiegonzalez authored Jan 29, 2025
1 parent ce58f1b commit b0fb324
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions controllers/plan/syncDatadogSLOs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package plan
import (
"context"
"fmt"
"os"

ddog "github.com/DataDog/datadog-operator/api/datadoghq/v1alpha1"
"github.com/go-logr/logr"
Expand All @@ -27,10 +26,6 @@ type SyncDatadogSLOs struct {

func (p *SyncDatadogSLOs) Apply(ctx context.Context, cli client.Client, cluster *picchuv1alpha1.Cluster, log logr.Logger) error {
datadogSLOs, err := p.datadogSLOs()
if p.App == "echo" {
hello := os.Getenv("hello")
log.Info("TEST ENV VAR ", "TEST ENV VAR ", hello)
}
if err != nil {
return err
}
Expand Down

0 comments on commit b0fb324

Please sign in to comment.