mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 12:02:41 +00:00
19 lines
474 B
YAML
19 lines
474 B
YAML
# Override configuration from https://github.com/jenkins-x/jenkins-x-platform/blob/master/jenkins-x-platform/values.yaml
|
|
jenkins-x-platform:
|
|
PipelineSecrets:
|
|
|
|
# lets enable ECR docker builds
|
|
DockerConfig: |-
|
|
{
|
|
{{- if .Requirements.cluster.registry }}
|
|
"credHelpers": {
|
|
"{{ .Requirements.cluster.registry }}": "ecr-login"
|
|
}
|
|
{{- else }}
|
|
"credsStore": "ecr-login"
|
|
{{- end }}
|
|
}
|
|
|
|
docker-registry:
|
|
enabled: false
|