Skip to content

Commit

Permalink
Enable server side apply
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Jul 29, 2022
1 parent d38fe22 commit 55d5451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/StackBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ protected AwsProvider CreateAwsProvider(Action<AwsProviderArgs>? configure = nul
new($"{EnvName}-k8s",
new K8sProviderArgs
{
EnableServerSideApply = true,
KubeConfig = kubeConfig,
KubeClientSettings = new KubeClientSettingsArgs { Qps = 50, Burst = 100 }
});
Expand Down

0 comments on commit 55d5451

Please sign in to comment.