Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
chilledornaments committed Jun 11, 2021
1 parent e62e42e commit c3c3950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/plugin/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func TestCheckEnvVarsAllVarsSet(t *testing.T) {
os.Setenv("PLUGIN_CLUSTER", "some-cluster")
os.Setenv("PLUGIN_CONTAINER", "some-container-name")
os.Setenv("PLUGIN_IMAGE", "some/image:with-tag")
os.Setenv("PLUGIN_MODE", "rolling")

err := checkEnvVars()

Expand Down

0 comments on commit c3c3950

Please sign in to comment.