change directories

This commit is contained in:
Stavros kois
2022-11-11 19:39:43 +02:00
parent 60bc37efcd
commit 659da44e5e
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
{{/* Ports included by the controller. */}}
{{- define "ix.v1.common.controller.ports" -}}
{{/* Ports included by the container. */}}
{{- define "ix.v1.common.container.ports" -}}
{{ $ports := list }}
{{- range .Values.service -}}
{{- if .enabled -}}
@@ -0,0 +1,4 @@
{{/* Probes selection logic included by the containe. */}}
{{- define "ix.v1.common.container.probes" -}}
{{- end -}}
@@ -1,4 +0,0 @@
{{/* Probes selection logic. */}}
{{- define "ix.v1.common.controller.probes" -}}
{{- end -}}