Skip to content

Commit

Permalink
test: set hubble-relay image in helm defaults if available
Browse files Browse the repository at this point in the history
Hubble-relay image must be set in helm defaults for it to take effect.

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
  • Loading branch information
jrajahalme authored and aanm committed Jun 5, 2020
1 parent 3c4d43a commit 13d12df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func Init() {
"CILIUM_TAG": "global.tag",
"CILIUM_IMAGE": "agent.image",
"CILIUM_OPERATOR_IMAGE": "operator.image",
"HUBBLE_RELAY_IMAGE": "hubble-relay.image",
} {
if v := os.Getenv(envVar); v != "" {
defaultHelmOptions[helmVar] = v
Expand Down

0 comments on commit 13d12df

Please sign in to comment.