Skip to content

Commit

Permalink
Sgrube disable walkme (#266)
Browse files Browse the repository at this point in the history
* disable walkme support

* make linter happy
  • Loading branch information
sgrube authored Oct 29, 2021
1 parent d2dad34 commit 23d0294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/controller/commonwebuizen/commonwebuizen_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ func (r *ReconcileCommonWebUIZen) Reconcile(ctx context.Context, request reconci
if err != nil {
return reconcile.Result{}, err
}
err = r.reconcileConfigMapsZen(ctx, namespace, res.ZenWalkmeExtensionsConfigMap)
if err != nil {
return reconcile.Result{}, err
}
//uncomment for walkme support err = r.reconcileConfigMapsZen(ctx, namespace, res.ZenWalkmeExtensionsConfigMap)
//if err != nil {
// return reconcile.Result{}, err
//}
updateErr := r.updateZenResources(ctx, namespace, res.ZenCardExtensionsConfigMap)
if updateErr != nil {
reqLogger.Error(updateErr, "Failed updating zen card extensions")
Expand Down

0 comments on commit 23d0294

Please sign in to comment.