Mercurial > code > home > repos > environment
view skaffold.yaml @ 1:0f532eb91364
switch from slow pipenv to fast pdm
author | drewp@bigasterisk.com |
---|---|
date | Thu, 31 Mar 2022 23:49:08 -0700 |
parents | 3c1bc3bc5a6c |
children | 473d3d869849 |
line wrap: on
line source
apiVersion: skaffold/v2beta27 kind: Config metadata: name: environment build: tagPolicy: dateTime: format: "2006-01-02_15-04-05" timezone: "Local" artifacts: - image: bang5:5000/environment_image platforms: [amd64] deploy: kubectl: manifests: - deploy.yaml