Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from philbrookes/ready-is-never-true
Browse files Browse the repository at this point in the history
ready never goes to true
  • Loading branch information
philbrookes authored Mar 11, 2019
2 parents 0079148 + a782617 commit 8db1d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONSUMER_NAMESPACES=${NAMESPACE}
PROJECT=keycloak-operator
REG=quay.io
SHELL=/bin/bash
TAG=0.0.5
TAG=1.0.0
PKG=github.com/integr8ly/keycloak-operator
TEST_DIRS?=$(shell sh -c "find $(TOP_SRC_DIRS) -name \\*_test.go -exec dirname {} \\; | sort | uniq")
TEST_POD_NAME=keycloak-operator-test
Expand Down
1 change: 1 addition & 0 deletions pkg/keycloak/phaseHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func (ph *phaseHandler) WaitforPods(sso *v1alpha1.Keycloak) (*v1alpha1.Keycloak,
}
}
kc.Status.Phase = v1alpha1.PhaseReconcile
kc.Status.Ready = true
return kc, nil
}

Expand Down

0 comments on commit 8db1d52

Please sign in to comment.