Skip to content

Commit

Permalink
feat: add registry url to captain deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersun1234 committed Nov 29, 2024
1 parent e94ffa3 commit 409b93a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/agh3/templates/captain/captain-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ spec:
- name: captain
image: {{ include "captain.image" . }}
env:
- name: IMAGE_REGISTRY_URL
value: {{ .Values.global.registry.url }}
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit 409b93a

Please sign in to comment.