Questions tagged [skaffold]

Please only post questions related to the Kubernetes command line tool under this tag. Feel free to ask about installation and usage guidance. Any bug reports or feature requests should be reported as GitHub issues.

Adding a secure npm repository to a docker container using kubernetes/skaffold deployment strategy

I'm currently facing challenges with building my application on a local cluster using skaffold, k8s, and docker. In particular, I have a code repository that requires a private NPM package, but during the build process, it seems to lose the .npmrc file or ...