Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes helm chart volumeMounts if only netrc is enabled #1273

Merged
merged 2 commits into from
Jun 7, 2019

Conversation

briancharous
Copy link
Contributor

Fixes a couple issues with the Helm chart regarding the netrc file.

  • If only netrc is enabled but disk storage is disabled, previously the volumeMounts key of the deployment would not render causing the netrc mount to show up under the ports key.
  • The documentation describes creating a Kubernetes secret with a key of .netrc but the chart was mounting the secret at /etc/netrc/netrc which is inconsistent with the docs.

@briancharous briancharous requested a review from a team as a code owner June 5, 2019 20:33
Copy link
Member

@marpio marpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
@arschles @rimusz could you review too? my helm knowledge is very limited.

@rimusz
Copy link
Contributor

rimusz commented Jun 7, 2019

LGTM

@marpio marpio merged commit 8074bcb into gomods:master Jun 7, 2019
@briancharous briancharous deleted the fix-netrc-volume-mount branch June 7, 2019 14:59
@arschles
Copy link
Member

arschles commented Jun 7, 2019

What @rimusz said 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants