Skip to content

Commit

Permalink
Fixed helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Nov 11, 2024
1 parent 53eed73 commit 7ebf437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/blob-upload/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: blob-upload
type: application
description: Uploads files to Azure Blob Storage
version: 0.0.3
version: 0.0.4
appVersion: 0.0.1
maintainers:
- name: danielscholl
Expand Down
2 changes: 1 addition & 1 deletion charts/blob-upload/templates/storage-container-job.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if (default false .Values.blobUpload.enabled) -}}

{{- $i := 0 }}
{{- range $key, $value := (lookup "v1" "ConfigMap" .Values.global.configNamespace "configmap-services").data }}
{{- range $key, $value := (lookup "v1" "ConfigMap" .Values.global.configmapNamespace "configmap-services").data }}
{{- if hasPrefix "partition_storage_name_" $key }}
---
apiVersion: v1
Expand Down

0 comments on commit 7ebf437

Please sign in to comment.