Browse Source

ttrewrewR

pull/27/head
locmai-kms 6 years ago
parent
commit
9449221da7
  1. 8
      skaffold.yaml

8
skaffold.yaml

@ -2,8 +2,12 @@ apiVersion: skaffold/v1beta9
kind: Config
build:
artifacts:
- image: gcr.io/k8s-skaffold/example
- image: gcr.io/k8s-skaffold/skaffold-example
kaniko:
buildContext:
localDir: {}
cache: {}
cache: {}
cluster:
namespace: argo
dockerConfig:
secretName: docker-cfg-secret
Loading…
Cancel
Save