mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
clean up comment
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
{{/* Call this template:
|
||||
{{ include "ix.v1.common.lib.configmap.validation" (dict "objectData" $objectData) -}}
|
||||
objectData:
|
||||
name: The name of the configmap.
|
||||
labels: The labels of the configmap.
|
||||
annotations: The annotations of the configmap.
|
||||
data: The data of the configmap.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
{{/* Call this template:
|
||||
{{ include "ix.v1.common.lib.imagePullSecret.validation" (dict "objectData" $objectData) -}}
|
||||
objectData:
|
||||
name: The name of the imagePullSecret.
|
||||
labels: The labels of the imagePullSecret.
|
||||
annotations: The annotations of the imagePullSecret.
|
||||
data: The data of the imagePullSecret.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
{{/* Call this template:
|
||||
{{ include "ix.v1.common.lib.secret.validation" (dict "objectData" $objectData) -}}
|
||||
objectData:
|
||||
name: The name of the secret.
|
||||
labels: The labels of the secret.
|
||||
annotations: The annotations of the secret.
|
||||
data: The data of the secret.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{{/* Loads all spawners */}}
|
||||
|
||||
{{- define "ix.v1.common.loader.apply" -}}
|
||||
|
||||
{{/* Render ConfigMap(s) */}}
|
||||
@@ -11,4 +10,7 @@
|
||||
{{/* Render Image Pull Secrets(s) */}}
|
||||
{{- include "ix.v1.common.spawner.imagePullSecrets" . | nindent 0 -}}
|
||||
|
||||
{{/* Render Controller(s) */}}
|
||||
{{- include "ix.v1.common.spawner.controllers" . | nindent 0 -}}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user