Skip to content

Commit

Permalink
fix/Add-Pod-Annotation-Option (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Supratim Kundu <[email protected]>

Co-authored-by: Supratim Kundu <[email protected]>
  • Loading branch information
indra0007 and Supratim Kundu authored Apr 4, 2021
1 parent af456df commit 4a36243
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ecr-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.4
version: 0.2.5

# 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
3 changes: 3 additions & 0 deletions charts/ecr-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
{{- end }}
labels:
{{- include "ecr-proxy.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/ecr-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ nodeSelector: {}
tolerations: []

affinity: {}

podLabels: {}
# key1: value1
# key2: value2

0 comments on commit 4a36243

Please sign in to comment.