Skip to content

Commit 02df3f4

Browse files
authored
Merge pull request #300 from Revolyssup/fixinstall
Fix failing linkerd installation
2 parents 501f906 + c470897 commit 02df3f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linkerd/install.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ func (linkerd *Linkerd) applyHelmChart(version string, namespace string, isDel b
149149
},
150150
},
151151
},
152+
"proxyInit": map[string]interface{}{ //This is allowed due to this issue https://github.com/linkerd/linkerd2/issues/7308
153+
"runAsRoot": true,
154+
},
152155
},
153156
})
154157
return err

0 commit comments

Comments
 (0)