Skip to content

Commit 18d68dd

Browse files
authored
fix metaflow discovery secret (#283)
1 parent 9ae64f5 commit 18d68dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 2.0.1
3+
version: 2.0.2
44
type: library

charts/library-chart/templates/_secret_metaflow_discovery.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ stringData:
3434
"METAFLOW_KUBERNETES_SECRETS": {{ $s3Secret | quote }},
3535
"METAFLOW_DATASTORE_SYSROOT_S3": {{ $s3Bucket | quote }},
3636
"METAFLOW_DATATOOLS_SYSROOT_S3": {{ $s3Bucket | quote }},
37-
{{- end }}
3837
{{- end }}
3938
"METAFLOW_DEFAULT_DATASTORE": "s3"
4039
}
4140
{{- end }}
41+
{{- end }}
4242

4343

4444
{{- define "library-chart.metaflow-discovery-help" }}

0 commit comments

Comments
 (0)