Skip to content

Commit

Permalink
update presync hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 15, 2024
1 parent 2bdca32 commit a8db2be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .k8s/staging/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ spec:
containers:
- name: cat
command:
- ls
- kaniko
- cat
- kaniko/.docker/config.json
image: alpine:latest
imagePullPolicy: Always
volumeMounts:
- mountPath: /kaniko/.docker
name: docker-config
readOnly: true
- args:
- --context=git://github.com/mark3labs/louper-v3
- --dockerfile=Dockerfile
Expand All @@ -73,6 +74,7 @@ spec:
volumeMounts:
- mountPath: /kaniko/.docker
name: docker-config
readOnly: true
restartPolicy: Never
volumes:
- name: docker-config
Expand Down

0 comments on commit a8db2be

Please sign in to comment.