Skip to content

Commit

Permalink
Mount helm login secret in arbitrary location to prevent conflict wit…
Browse files Browse the repository at this point in the history
…h default helm behaviour (#1049)
  • Loading branch information
rain-on authored Dec 4, 2024
1 parent 78c03b9 commit 6cecead
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ protected async Task<V1Container> CreateScriptContainer(StartKubernetesScriptCom
VolumeMounts = new List<V1VolumeMount>
{
new(homeDir, "tentacle-home"),
new ("/root/.config/helm/registry/", "agent-upgrade")
new ("/root/agent_upgrade/", "agent-upgrade")
},
Env = new List<V1EnvVar>
{
Expand Down

0 comments on commit 6cecead

Please sign in to comment.