helm
Here are 2,469 public repositories matching this topic...
Checklist:
- [ x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- [ x] I've included steps to reproduce the bug.
- [ x] I've pasted the output of
argocd version.
Describe the bug
Values from an Application CRD values block that overrides values from value files are not visualized under the App Details -> Parameters -> Parameters section.
**To Repro
-
Updated
Jul 23, 2021 - Go
-
Updated
Apr 5, 2020 - Go
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
-
Updated
Jul 23, 2021 - Rust
-
Updated
Jul 16, 2021 - Emacs Lisp
Location
- Browser
- CLI
- API
- Documentation
Motivation
Connecting to AWS RDS is complicated without a step-by-step guide unique to Porter.
Requirements
- Document how to set up the RDS instance if it doesn't exist.
- Document how to connect to the RDS instance from the same VPC.
- Document how to configure VPC peering if an RDS instance already exist
-
Updated
Nov 22, 2019 - Go
Is your feature request related to a problem? Please describe.
Now our component revision is automatically generated with incremental number. It has some drawbacks:
- Real users has their own version standard, some version number is business related. They hope the version in kubvela can match with their own revision. So they can have end to end consistency.
- Users need to apply appli
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
Expected Behaviour
When using K8s 1.22 and newer, use the new namespace for ingress, for older use the deprecated API (apiVersion: extensions/v1beta1)
Several apps gener
Flux get commands could have a watch option similar to kubectl get --watch. When --watch is set, the CLI would fist list the objects as a table, then watch for changes in-cluster and append a table row every time an abject changes. Note that --watch would work only for single resource type. e.g.
$ kubectl get all -w
error: you may only specify a single resource type
-
Updated
Jul 13, 2021 - Go
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
-
Updated
Jun 6, 2021 - Shell
-
Updated
Jun 11, 2021 - Go
-
Updated
Jul 15, 2021 - Go
-
Updated
Jun 21, 2021 - Go
-
Updated
Jul 5, 2021 - HTML
-
Updated
Jul 24, 2021 - Mustache
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 25, 2019 - Clojure
Improve this page
Add a description, image, and links to the helm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."
when killing the process running
helm dep upit sometimes leave a temporary folder namedtmpchartsand this makes the nexthelm dep upfail with the following error.This is easily reproducable by creating a folder named
tmpchartsinside an helm chart root folder and try to l