Skip to content
#

helm

Here are 2,492 public repositories matching this topic...

shal
shal commented Jun 23, 2018

Output of helm version:

Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}

Output of kubectl version:

Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d
andrewm-aero
andrewm-aero commented Aug 2, 2021

Describe the bug

In the official docs, the page for Helm notes that variables can be substituted using the $ character, but do not specify how to escape them. The user should not have to dig through the source code for this information. If this is not a supported feature, then the docs should state this very clearly.

To Reproduce

See https://argo-cd.readthedocs.io/en/stable/user-g

LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

arkade
okteto
lamphuc
lamphuc commented Jan 15, 2021

Is your feature request related to a problem? Please describe.
I want to strictly run my Okteto pods in special worker nodes e.g. GPU enabled.

Describe the solution you'd like
Add nodeSelector and affinity options to Okteto manifest that maps to nodeSelector and affinity in Kubernetes manifest.

Describe alternatives you've considered
2 alternatives to solve this proble

Improve this page

Add a description, image, and links to the helm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."

Learn more