comparison skaffold.yaml @ 4:f714a6a7842c

start new web view for hgand github syncing
author drewp@bigasterisk.com
date Fri, 24 Jul 2020 14:42:08 -0700
parents
children 6f38aa08408d
comparison
equal deleted inserted replaced
3:4077903a9520 4:f714a6a7842c
1 apiVersion: skaffold/v2beta5
2 kind: Config
3 metadata:
4 name: reposync
5 build:
6 tagPolicy:
7 dateTime:
8 format: "2006-01-02_15-04-05"
9 timezone: "Local"
10 artifacts:
11 - image: bang5:5000/reposync_image
12 sync: # files that could be patched sans python restart
13 infer:
14 - index.html
15 deploy:
16 kubectl:
17 manifests:
18 - deploy.yaml