Skip to content
#

helm

Here are 2,782 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
k3sup
barnettZQG
barnettZQG commented Nov 24, 2021
{
 "schema": {
  "properties": {
   "envMappings": {
    "additionalProperties": {
     "properties": {
      "key": {
       "type": "string"
      },
      "secret": {
       "type": "string"
      }
     },
     "required": [
      "secret"
     ],
     "type": "object"
    },
    "description": "The mapping of environment variables to secret",
    "title": "envMappings"
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

flux2
okteto
rberrelleza
rberrelleza commented Nov 18, 2021

Is your feature request related to a problem? Please describe.
Fig is a really cool CLI tool that makes autocompleting commands a lot easier. It would be a great way for our community to discover new commands. e.g. we could make is to that running okteto context use and then pressing tab shows you all the contexts available, or things like that.

Check out their kuber

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