Closed viccuad closed 4 years ago
These pipeline configs are canonical and expected to match the pipelines deployed on concourse:
cap-release-artifacts
kubecf
The current configs are known to work and can be extended in the future (eg: by setting create-k8s: true).
create-k8s: true
For achieving this, exposed a new s3bucket config option on the configs, and added the necessary minimal logic on the pipeline.template.
s3bucket
pipeline.template
Removed config.yaml in favour of cap-pre-release.yaml and cap-release.yaml.
config.yaml
cap-pre-release.yaml
cap-release.yaml
These pipeline configs are canonical and expected to match the pipelines deployed on concourse:
cap-release-artifacts
bucketkubecf
bucket bundlesThe current configs are known to work and can be extended in the future (eg: by setting
create-k8s: true
).For achieving this, exposed a new
s3bucket
config option on the configs, and added the necessary minimal logic on thepipeline.template
.Removed
config.yaml
in favour ofcap-pre-release.yaml
andcap-release.yaml
.