Skip to content

Commit

Permalink
switch to library
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 23, 2023
1 parent 0acf59f commit e7c7811
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Charts/beamline-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# A Helm Chart for an IOC instance
apiVersion: v2
name: ioc-instance-beamline
name: ioc-instance

# this is replaced by command line arguments when `ec` invokes helm
version: 1.0.0

type: library
9 changes: 9 additions & 0 deletions Charts/beamline-chart/templates/_ioc.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{- define "ioc-chart.ioc" }}

{{ include "ioc-chart.ioc-volume" . }}
---
{{ include "ioc-chart.deployment" . }}
---
{{ include "ioc-chart.configmap" . }}

{{- end }}
Binary file added ioc-instance-1.0.0.tgz
Binary file not shown.

0 comments on commit e7c7811

Please sign in to comment.