Skip to content

Commit

Permalink
refactor: Now GetResourceRequest.Namespace expects a *string
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jun 27, 2024
1 parent dfeed6d commit d31d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func findAPIAuthService(host *capabilities.Host, namespace string) (corev1.Servi
APIVersion: "v1",
Kind: "Service",
Name: "api-auth-service",
Namespace: namespace,
Namespace: &namespace,
}
serviceRaw, err := kubernetes.GetResource(host, kubeRequest)
if err != nil {
Expand Down

0 comments on commit d31d9f1

Please sign in to comment.