Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/trial-name-to-containers…
Browse files Browse the repository at this point in the history
…' into feature/trial-name-to-containers
  • Loading branch information
axel7083 committed Jul 5, 2023
2 parents aa423f7 + 717682c commit 7e353a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/v1beta1/pod/inject_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (s *SidecarInjector) Mutate(pod *v1.Pod, namespace string) (*v1.Pod, error)
return nil, err
}

// Add KATIB_TRIAL_NAME env name to all containers
// Add KATIB_TRIAL_NAME env name to all containers.
mutatePodContainersEnv(mutatedPod, trial)

// Add Katib Trial labels to the Pod metadata.
Expand Down

0 comments on commit 7e353a3

Please sign in to comment.