Browse Source

haha

pull/27/head
locmai-kms 6 years ago
parent
commit
784ff4de89
  1. 4
      skaffold.yaml

4
skaffold.yaml

@ -2,12 +2,14 @@ apiVersion: skaffold/v1beta9
kind: Config kind: Config
build: build:
artifacts: artifacts:
- image: gcr.io/k8s-skaffold/skaffold-example - image: 184774810209.dkr.ecr.ap-southeast-1.amazonaws.com/test:latest
kaniko: kaniko:
dockerfile: Dockerfile
buildContext: buildContext:
localDir: {} localDir: {}
cache: {} cache: {}
cluster: cluster:
namespace: argo namespace: argo
pullSecretName:
dockerConfig: dockerConfig:
secretName: docker-cfg-secret secretName: docker-cfg-secret
Loading…
Cancel
Save