We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592809a commit 88a8845Copy full SHA for 88a8845
2 files changed
skaffold.yaml
@@ -33,6 +33,8 @@ profiles:
33
# prod: pushes images to production with :latest
34
- name: prod
35
build:
36
+ local:
37
+ push: true
38
tagPolicy:
39
envTemplate:
40
template: '{{.IMAGE_NAME}}:latest'
test/k8s-test-installation.yaml
@@ -5,6 +5,7 @@ metadata:
5
labels:
6
app: demo-duct-tape
7
spec:
8
+ restartPolicy: Never
9
initContainers:
10
- name: init-go
11
image: gcr.io/gcp-dev-tools/duct-tape/go
0 commit comments