Skip to content
#

continuous-delivery

Here are 909 public repositories matching this topic...

jessesuen
jessesuen commented Oct 28, 2021

Summary

Many users run Argo CD in a mode where that Argo CD instance doesn't ever need or want to deploy Applications to the same cluster Argo CD is running in (e.g. Intuit does this). For these users, the https://kubernetes.default.svc should be disabled and removed as an option.

Motivation

The ability to disable https://kubernetes.default.svc is both a security improvement as wel

kberzinch
kberzinch commented Oct 24, 2021

Summary

Running fly execute --tag=asdf --input jkl=. will fail without a specific error message if a worker with tag asdf is not available at the time the command is executed.

Steps to reproduce

Task config:

---
platform: linux

image_resource:
  type: registry-image
  source:
    repository: alpine

inputs:
- name: source

run:
  path: sh
  args:
  - -e
unleash
romanvog
romanvog commented Aug 30, 2021

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}

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

cml
flux2
keptn

Improve this page

Add a description, image, and links to the continuous-delivery 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 continuous-delivery topic, visit your repo's landing page and select "manage topics."

Learn more