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 af17479 commit e8a0151
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .k8s/staging/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,16 @@ spec:
env:
- name: DOCKER_USERNAME
valueFrom:
secretKeyRef:
name: docker-creds
key: user
secretKeyRef:
name: docker-creds
key: user
- name: DOCKER_PASSWORD
valueFrom:
secretKeyRef:
name: docker-creds
key: pass
volumes:
- name: dockerfile
hostPath:
path: /path/to/your/dockerfile
secretKeyRef:
name: docker-creds
key: pass
restartPolicy: Never
volumes:
- name: dockerfile
hostPath:
path: /path/to/your/dockerfile

0 comments on commit e8a0151

Please sign in to comment.