Skip to content

Commit

Permalink
Revert "increase helm apply timeout"
Browse files Browse the repository at this point in the history
This reverts commit 53cff28.
  • Loading branch information
elchead committed Dec 29, 2023
1 parent 8e3888f commit ed38710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ func (r *ClusterResource) applyHelmCharts(ctx context.Context, applier *constell
Force: false,
Conformance: false, // Conformance mode does't need to be configurable through the TF provider for now.
HelmWaitMode: helm.WaitModeAtomic,
ApplyTimeout: 15 * time.Minute,
ApplyTimeout: 10 * time.Minute,
// Allow destructive changes to the cluster.
// The user has previously been warned about this when planning a microservice version change.
AllowDestructive: helm.AllowDestructive,
Expand Down

0 comments on commit ed38710

Please sign in to comment.