clean up comment

This commit is contained in:
Stavros kois
2023-01-30 08:30:29 +02:00
parent b8d6fe0c05
commit bfeac95c96
4 changed files with 3 additions and 4 deletions
@@ -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 -}}