Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Mar 12, 2024
1 parent e7a0153 commit d2c3aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion test/integration/install/inject/inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,14 +388,16 @@ func TestInjectAutoPod(t *testing.T) {
falsy := false
initUser := int64(65534)
seccompProfile := &v1.SeccompProfile{Type: v1.SeccompProfileTypeRuntimeDefault}
reg := "cr.l5d.io/linkerd"
reg := "ghcr.io/alpeb"
if override := os.Getenv(flags.EnvOverrideDockerRegistry); override != "" {
reg = override
}
expectedInitContainer := v1.Container{
Name: k8s.InitContainerName,
Image: reg + "/proxy-init:" + version.ProxyInitVersion,
Args: []string{
"--iptables-mode=legacy",
"--ipv6",
"--incoming-proxy-port", "4143",
"--outgoing-proxy-port", "4140",
"--proxy-uid", "2102",
Expand Down
3 changes: 0 additions & 3 deletions test/integration/install/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,6 @@ func TestOverridesSecret(t *testing.T) {
"identityTrustAnchorsPEM": extractValue(t, "identityTrustAnchorsPEM"),
"proxyInit": tree.Tree{
"ignoreInboundPorts": skippedInboundPorts,
"image": tree.Tree{
"name": "ghcr.io/alpeb/proxy-init",
},
},
"proxy": tree.Tree{
"image": tree.Tree{
Expand Down

0 comments on commit d2c3aa3

Please sign in to comment.