Skip to content

Commit

Permalink
Remove staleness config from integ
Browse files Browse the repository at this point in the history
  • Loading branch information
lrao100 committed Jun 20, 2019
1 parent d676d8c commit 1fe6929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (f *TestUtil) CreateCRD() error {

func (f *TestUtil) CreateOperator() error {
configValue := make(map[string]string)
configValue["development"] = "operator:\n containerNameFormat: \"%s-unknown\"\n statemachineStalenessDuration: 40s\n resyncPeriod: 5s"
configValue["development"] = "operator:\n containerNameFormat: \"%s-unknown\"\n resyncPeriod: 5s"

configMap := v1.ConfigMap{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit 1fe6929

Please sign in to comment.