Skip to content

Commit

Permalink
fix volumemount
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDevinC committed Feb 6, 2023
1 parent 08cd612 commit 3e54d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/imagepullsecret-patcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
description: imagepullsecret-patcher
name: imagepullsecret-patcher
version: 1.0.1
version: 1.0.2
appVersion: "v0.14"
2 changes: 1 addition & 1 deletion charts/imagepullsecret-patcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ spec:
volumes:
- name: src-dockerconfigjson
secret:
secretName: {{ template "imagepullsecret-patcher.fullname" . }}-dockerconfigjson
secretName: {{ .Values.managedSecretName }}

0 comments on commit 3e54d20

Please sign in to comment.