Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Sep 27, 2023
1 parent bff0ff3 commit 0d36bb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions providers/k8s/resources/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ func (k *mqlK8sIngress) tls() ([]interface{}, error) {
}
k8s := o.(*mqlK8s)

ingress := k.obj
objId := k.objId
tls, err := getTLS(ingress, objId, k.MqlRuntime, k8s.GetSecrets)
tls, err := getTLS(k.obj, k.objId, k.MqlRuntime, k8s.GetSecrets)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 0d36bb4

Please sign in to comment.