Skip to content

Commit

Permalink
vertex-containers-kernel: Update configuration names
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Jan 13, 2024
1 parent 92f5e5e commit 56cf70a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion vertex-containers-kernel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vertex-containers-kernel
description: A Helm chart for Vertex Containers Kernel
type: application
version: 0.5.1
version: 0.5.2
appVersion: "0.0.0"
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions vertex-containers-kernel/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- include "common.configmap" (list . "vertex-containers.configmap") -}}
{{- define "vertex-containers.configmap" -}}
{{- include "common.configmap" (list . "vertex-containers-kernel.configmap") -}}
{{- define "vertex-containers-kernel.configmap" -}}
{{- end -}}
4 changes: 2 additions & 2 deletions vertex-containers-kernel/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- include "common.deployment" (list . "vertex-containers.deployment") -}}
{{- define "vertex-containers.deployment" -}}
{{- include "common.deployment" (list . "vertex-containers-kernel.deployment") -}}
{{- define "vertex-containers-kernel.deployment" -}}
{{- end -}}
4 changes: 2 additions & 2 deletions vertex-containers-kernel/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- include "common.service" (list . "vertex-containers.service") -}}
{{- define "vertex-containers.service" -}}
{{- include "common.service" (list . "vertex-containers-kernel.service") -}}
{{- define "vertex-containers-kernel.service" -}}
{{- end -}}

0 comments on commit 56cf70a

Please sign in to comment.