Skip to content

Commit 9205da8

Browse files
committed
Rename odin-jungfrau config folder to ioc-config
1 parent 538a6a4 commit 9205da8

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

Charts/odin-jungfrau/templates/ioc-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
labels:
66
app: {{ .Release.Name }}
77
data:
8-
{{ (.Files.Glob "config/{liveness.sh,stop.sh}").AsConfig | indent 2 }}
8+
{{ (.Files.Glob "ioc-config/{liveness.sh,stop.sh}").AsConfig | indent 2 }}
99
start.sh: |
10-
{{- tpl (.Files.Get "config/start.sh") . | nindent 4 }}
10+
{{- tpl (.Files.Get "ioc-config/start.sh") . | nindent 4 }}

0 commit comments

Comments
 (0)