mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
change directories
This commit is contained in:
+2
-2
@@ -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 -}}
|
||||
Reference in New Issue
Block a user