Skip to content

Commit

Permalink
switch back to configmap.yaml template in instances
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 16, 2024
1 parent c490ad1 commit a676a52
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/bl45p-ea-dcam-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: application

dependencies:
- name: ioc-instance
version: 4.0.1+b2
version: 3.5.1+b10
repository: "oci://ghcr.io/epics-containers"
# dls-aravis is locally available via symlink in the charts directory
- name: dls-aravis
Expand Down
2 changes: 1 addition & 1 deletion services/bl45p-ea-dcam-02/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: application

dependencies:
- name: ioc-instance
version: 4.0.1+b2
version: 3.5.1+b10
repository: "oci://ghcr.io/epics-containers"
# dls-aravis is locally available via symlink in the charts directory
- name: dls-aravis
Expand Down
4 changes: 3 additions & 1 deletion services/bl45p-mo-brick-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ type: application

dependencies:
- name: ioc-instance
version: 4.0.1+b2
version: 3.5.1+b10
repository: "oci://ghcr.io/epics-containers"
# version: 1.0.0
# repository: file://../../../ec-helm-charts/Charts/ioc-instance
10 changes: 10 additions & 0 deletions services/bl45p-mo-brick-01/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
labels:
app: {{ .Release.Name }}
data:

# contents of the ioc instance config folder
{{ (.Files.Glob "config/*").AsConfig | indent 2 }}
2 changes: 1 addition & 1 deletion services/bl45p-mo-panda-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ type: application

dependencies:
- name: ioc-instance
version: 4.0.1+b2
version: 3.5.1+b10
repository: "oci://ghcr.io/epics-containers"
10 changes: 10 additions & 0 deletions services/bl45p-mo-panda-01/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
labels:
app: {{ .Release.Name }}
data:

# contents of the ioc instance config folder
{{ (.Files.Glob "config/*").AsConfig | indent 2 }}
2 changes: 1 addition & 1 deletion services/bl45p-mo-panda-02/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ type: application

dependencies:
- name: ioc-instance
version: 4.0.1+b2
version: 3.5.1+b10
repository: "oci://ghcr.io/epics-containers"
10 changes: 10 additions & 0 deletions services/bl45p-mo-panda-02/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
labels:
app: {{ .Release.Name }}
data:

# contents of the ioc instance config folder
{{ (.Files.Glob "config/*").AsConfig | indent 2 }}

0 comments on commit a676a52

Please sign in to comment.