Skip to content

Commit

Permalink
edusharing-crawler edusharing-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oeh-search-etl-gha committed Apr 21, 2023
1 parent a630ade commit 34c7395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/edusharing-setup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 0.1.6
appVersion: 0.1.7
description: A Helm chart for Kubernetes
name: edusharing-setup
type: application
version: 0.1.6
version: 0.1.7
4 changes: 2 additions & 2 deletions automation/edusharing-setup/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spec:
env:
{{- toYaml . | nindent 16 }}
{{- end }}
{{- with .volumeMounts }}
{{- with .Values.volumeMounts }}
volumeMounts:
{{- toYaml . nindent 16 }}
{{- end }}
restartPolicy: {{ .Values.restartPolicy }}
{{- with .volumes }}
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 14 }}
{{- end }}
Expand Down

0 comments on commit 34c7395

Please sign in to comment.