Skip to content

Commit

Permalink
prefect-agent(feat): job.imagePullSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Jun 28, 2021
1 parent 0424e28 commit 41bd2b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prefect-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: NAMESPACE
value: {{ .Values.namespace }}
- name: IMAGE_PULL_SECRETS
value: ''
value: {{ .Values.job.imagePullSecret | quote }}
- name: PREFECT__CLOUD__AGENT__LABELS
value: '{{ .Values.agent.labels }}'
- name: JOB_MEM_REQUEST
Expand Down
2 changes: 2 additions & 0 deletions charts/prefect-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ agent:
labels: ''

job:
imagePullSecret: ''

resources:
requests:
cpu: ''
Expand Down

0 comments on commit 41bd2b0

Please sign in to comment.