Skip to content

Commit

Permalink
fix(server-dry-run): fix "admission webhook ... does not support dry-…
Browse files Browse the repository at this point in the history
…run"

Refs werf/3p-helm#146

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 23, 2022
1 parent 933452f commit 5b118f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cmd/werf/main.go
Expand Up @@ -50,8 +50,6 @@ import (
)

func main() {
os.Setenv("DISABLE_SERVER_DRY_RUN", "1")

shouldTerminate, err := common.ContainerRuntimeProcessStartupHook()
if err != nil {
common.TerminateWithError(err.Error(), 1)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -107,4 +107,4 @@ replace k8s.io/helm => github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f

replace github.com/deislabs/oras => github.com/werf/third-party-oras v0.9.1-0.20210927171747-6d045506f4c8

replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220321142856-19b057db67db
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220323104627-79c3ac94b05f
4 changes: 4 additions & 0 deletions go.sum
Expand Up @@ -2018,6 +2018,10 @@ github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76 h1:mR9OzGdtudmpWo4
github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/3p-helm/v3 v3.0.0-20220321142856-19b057db67db h1:XTS3YcEVc7gT31A1bxbO4tFt9/vimAiE9a5FIsEg3f4=
github.com/werf/3p-helm/v3 v3.0.0-20220321142856-19b057db67db/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/3p-helm/v3 v3.0.0-20220323074931-aa56a71bb67e h1:DRNWrYyPS9SkffYL1xDqz6i87v7zORpGAMhN9WFywQw=
github.com/werf/3p-helm/v3 v3.0.0-20220323074931-aa56a71bb67e/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/3p-helm/v3 v3.0.0-20220323104627-79c3ac94b05f h1:9KumPfuJFi2a1KtsHS8zlrnJ9jUcQ7Hguc9zU6sAao0=
github.com/werf/3p-helm/v3 v3.0.0-20220323104627-79c3ac94b05f/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f h1:81YscYTF9mmTf0ULOsCmm42YWQp+qWDzWi1HjWniZrg=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f/go.mod h1:OMONwLWU9zEENgaVjWEX+M+xik2QakejzKHG1+6mnUo=
github.com/werf/kubedog v0.6.4-0.20220222141823-4ca722ade0ef h1:jidfI8MH4qRvWHlxGw06VKWiKRdBIfGFcjQ3pGwsquc=
Expand Down

0 comments on commit 5b118f4

Please sign in to comment.