Skip to content

Commit f418df2

Browse files
committed
Remove imagePullSecret for now
1 parent 06cb2a1 commit f418df2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/webhook-receiver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 1.0.4
9+
version: 1.0.5
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.

charts/webhook-receiver/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ spec:
1414
labels:
1515
{{- include "webhook-receiver.selectorLabels" . | nindent 8 }}
1616
spec:
17-
imagePullSecrets:
18-
- name: {{ .Values.imagePullSecret }}
1917
serviceAccountName: {{ include "webhook-receiver.serviceAccountName" . }}
2018
securityContext:
2119
{{- toYaml .Values.podSecurityContext | nindent 8 }}

0 commit comments

Comments
 (0)