Skip to content

Commit

Permalink
remove configmap-watcher (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Oct 1, 2020
1 parent 3e6c85d commit 6b332eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/check/check_iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

var (
DeployNames = []string{"ibm-iam-operator", "auth-idp", "auth-pap", "auth-pdp", "configmap-watcher", "iam-policy-controller", "oidcclient-watcher", "secret-watcher"}
DeployNames = []string{"ibm-iam-operator", "auth-idp", "auth-pap", "auth-pdp", "iam-policy-controller", "oidcclient-watcher", "secret-watcher"}
JobNames = []string{"iam-onboarding", "security-onboarding", "oidc-client-registration"}
)

Expand Down

0 comments on commit 6b332eb

Please sign in to comment.