Skip to content

Commit

Permalink
Fix imagePullSecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 25, 2020
1 parent bd333ee commit 83c0ad7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.2
version: 1.0.3

# 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
4 changes: 3 additions & 1 deletion charts/webhook-receiver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ image:
tag: 2.7.0
pullPolicy: IfNotPresent

imagePullSecrets: webhook-receiver-pullsecret
imagePullSecrets:
- webhook-receiver-pullsecret

nameOverride: ""
fullnameOverride: ""

Expand Down

0 comments on commit 83c0ad7

Please sign in to comment.