You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
443 B
18 lines
443 B
apiVersion: skaffold/v1beta9
|
|
kind: Config
|
|
build:
|
|
artifacts:
|
|
- image: 184774810209.dkr.ecr.ap-southeast-1.amazonaws.com/test
|
|
kaniko:
|
|
dockerfile: Dockerfile
|
|
buildContext:
|
|
localDir: {}
|
|
cache: {}
|
|
tagPolicy:
|
|
envTemplate:
|
|
template: 184774810209.dkr.ecr.ap-southeast-1.amazonaws.com/test:0.0.1'
|
|
cluster:
|
|
namespace: argo
|
|
pullSecretName:
|
|
dockerConfig:
|
|
secretName: docker-cfg-secret
|