mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[PR #2977] [MERGED] fix(newt): update Helm install credentials and client flag handling #20392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2977
Author: @marcschaeferger
Created: 5/3/2026
Status: ✅ Merged
Merged: 5/4/2026
Merged by: @oschwartz10612
Base:
dev← Head:newt-install-commands📝 Commits (1)
1772ac2fix(newt): update Helm install credentials and client flag handling📊 Changes
1 file changed (+16 additions, -7 deletions)
View changed files
📝
src/components/newt-install-commands.tsx(+16 -7)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description (Copilot generated)
This pull request updates the Helm installation instructions for Newt to improve Kubernetes compatibility and secret management. The changes focus on creating required namespaces and secrets using
kubectlbefore running the Helm command, and updating how authentication and client acceptance options are handled.Helm installation improvements:
kubectl create namespacecommand to ensure thenewtnamespace exists before installation.kubectl create secret genericcommand to create thenewt-main-tunnel-authsecret with required credentials, replacing direct value injection via Helm.helm upgrade --installwith-n newtand reference the pre-created secret via--set-string newtInstances[0].auth.existingSecretName="newt-main-tunnel-auth".acceptClientsoption: now appends--set newtInstances[0].acceptClients=trueto the Helm command only if clients are accepted. [1] [2]How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.