diff --git a/library/common/1.0.0/templates/lib/configmap/_validation.tpl b/library/common/1.0.0/templates/lib/configmap/_validation.tpl index 27fafe1dd0..c702a51a0e 100644 --- a/library/common/1.0.0/templates/lib/configmap/_validation.tpl +++ b/library/common/1.0.0/templates/lib/configmap/_validation.tpl @@ -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. diff --git a/library/common/1.0.0/templates/lib/imagePullSecret/_validation.tpl b/library/common/1.0.0/templates/lib/imagePullSecret/_validation.tpl index cba2a38c54..dd61b88067 100644 --- a/library/common/1.0.0/templates/lib/imagePullSecret/_validation.tpl +++ b/library/common/1.0.0/templates/lib/imagePullSecret/_validation.tpl @@ -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. diff --git a/library/common/1.0.0/templates/lib/secret/_validation.tpl b/library/common/1.0.0/templates/lib/secret/_validation.tpl index c03d62125b..643e35d3ab 100644 --- a/library/common/1.0.0/templates/lib/secret/_validation.tpl +++ b/library/common/1.0.0/templates/lib/secret/_validation.tpl @@ -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. diff --git a/library/common/1.0.0/templates/loader/_apply.tpl b/library/common/1.0.0/templates/loader/_apply.tpl index ec3b4e1847..26260bf37c 100644 --- a/library/common/1.0.0/templates/loader/_apply.tpl +++ b/library/common/1.0.0/templates/loader/_apply.tpl @@ -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 -}}