-
Updated
Mar 6, 2022 - Java
continuous-deployment
Here are 811 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Shell
-
Updated
Mar 6, 2022 - Go
-
Updated
Mar 6, 2022 - Java
-
Updated
Feb 25, 2022 - Go
-
Updated
Mar 4, 2022 - Java
-
Updated
Mar 6, 2022 - Java
Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.
{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}
-
Updated
Jan 17, 2022 - JavaScript
-
Updated
Mar 4, 2022 - Go
-
Updated
Feb 7, 2022 - TypeScript
Hi,
It seems like naming a remote is subject to certain limitations as groupadd
is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-ns
k logs po/gitkub
-
Updated
Mar 6, 2022 - TypeScript
-
Updated
Feb 26, 2022 - Go
-
Updated
Feb 15, 2022 - Shell
-
Updated
Oct 30, 2020 - PHP
https://github.com/google/starlark-go/blob/master/doc/spec.md
It should satisfy our reproducibility needs (like jsonnet) and could be easier to write agola config files.
Like in #137 we should provide build context information.
-
Updated
Sep 28, 2021 - Go
Kudu plugin
-
Updated
Mar 1, 2022 - Go
-
Updated
Jul 15, 2021 - C#
-
Updated
Jan 8, 2019 - Python
-
Updated
Mar 2, 2022 - Go
-
Updated
May 28, 2021 - JavaScript
-
Updated
Sep 13, 2018 - Go
Improve this page
Add a description, image, and links to the continuous-deployment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the continuous-deployment topic, visit your repo's landing page and select "manage topics."
Summary
The Argo CD core mode should allow the user to set a permanent path to a K8s client configuration file, instead of either using
~/.kube/config
per default or having to specify--kubeconfig
for each command.Motivation
Some K8s distributions by default install a Kubernetes client CLI (
kubectl
) which uses a custom path for its configuration. For example, K3s uses `/etc/ran