Skip to content

Commit

Permalink
Update install.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Mar 4, 2024
1 parent e62ea71 commit 888948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func waitForDeployments(k8sClient client.Client) error {

deploymentKeys := []types.NamespacedName{
types.NamespacedName{Name: "authorino", Namespace: installNamespace},
types.NamespacedName{Name: "limitador", Namespace: installNamespace},
types.NamespacedName{Name: "limitador-limitador", Namespace: installNamespace},
}

for _, key := range deploymentKeys {
Expand Down

0 comments on commit 888948e

Please sign in to comment.