We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2407b00 commit 90b84d2Copy full SHA for 90b84d2
internal/controller/datasink_utils.go
@@ -91,10 +91,9 @@ func (d *DataSinkCredentialsRetriever) GetDataSinkCredentials(ctx context.Contex
91
92
localEnp := os.Getenv("LOCAL_DATASINK")
93
if localEnp != "" {
94
- l.Info("Using LOCAL_DATASINK environment variable for DataSink endpoint.", "endpoint", localEnp)
+ l.Info("Overriding DataSink endpoint with LOCAL_ENDPOINT environment variable.", "endpoint", localEnp)
95
dataSink.Spec.Connection.Endpoint = localEnp
96
}
97
-
98
// Extract endpoint from DataSink
99
endpoint := dataSink.Spec.Connection.Endpoint
100
0 commit comments