fix: k8s health runtime error (#296)

This commit is contained in:
Tobias Lindberg
2024-07-24 23:11:14 +02:00
committed by GitHub
parent b6d02803de
commit 880d6e2094
+1 -1
View File
@@ -37,7 +37,7 @@ var (
// main function
func main() {
// setup of readyness endpoint code
isReady := &atomic.Value{}
isReady = &atomic.Value{}
isReady.Store(false)
// setting log parameters