Skip to content

Commit

Permalink
Remove imagePullSecret for now
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 26, 2020
1 parent 06cb2a1 commit f418df2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/webhook-receiver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.
version: 1.0.4
version: 1.0.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.
Expand Down
2 changes: 0 additions & 2 deletions charts/webhook-receiver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ spec:
labels:
{{- include "webhook-receiver.selectorLabels" . | nindent 8 }}
spec:
imagePullSecrets:
- name: {{ .Values.imagePullSecret }}
serviceAccountName: {{ include "webhook-receiver.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
Expand Down

0 comments on commit f418df2

Please sign in to comment.