Skip to content

Commit

Permalink
Debug e2e not failing for ConfigMap feature
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar committed Dec 14, 2023
1 parent 83ce20f commit b409913
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions controller/stackset.go
Original file line number Diff line number Diff line change
Expand Up @@ -1012,12 +1012,12 @@ func (c *StackSetController) ReconcileStackSetDesiredTraffic(ctx context.Context
}

func (c *StackSetController) ReconcileStackResources(ctx context.Context, ssc *core.StackSetContainer, sc *core.StackContainer) error {
if c.configMapSupportEnabled {
err := c.ReconcileStackConfigMap(ctx, sc.Stack, sc.Resources.ConfigMaps, sc.UpdateObjectMeta)
if err != nil {
return c.errorEventf(sc.Stack, "FailedManageConfigMap", err)
}
}
// if c.configMapSupportEnabled {
// err := c.ReconcileStackConfigMap(ctx, sc.Stack, sc.Resources.ConfigMaps, sc.UpdateObjectMeta)
// if err != nil {
// return c.errorEventf(sc.Stack, "FailedManageConfigMap", err)
// }
// }

err := c.ReconcileStackDeployment(ctx, sc.Stack, sc.Resources.Deployment, sc.GenerateDeployment)
if err != nil {
Expand Down

0 comments on commit b409913

Please sign in to comment.