You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error while running post render on files: may not add resource with an already registered id: ConfigMap.v1.[noGrp]/deployments-cm-component.app-dev
The metadata.name is deployments-cm-component
if i add {{- if and (ne $index "global") (ne $index "deployments") }} , this cause this error :
error while running post render on files: may not add resource with an already registered id: ConfigMap.v1.[noGrp]/image-cm-component.app-dev
The metadata.name is image-cm-component
Is it an issue, or am i doing something wrong ?
François
The text was updated successfully, but these errors were encountered:
Hello,
It seems that the range function is also iterating over the nested interface
this template:
with these values:
cause this error :
error while running post render on files: may not add resource with an already registered id: ConfigMap.v1.[noGrp]/deployments-cm-component.app-dev
The metadata.name is deployments-cm-component
if i add
{{- if and (ne $index "global") (ne $index "deployments") }}
, this cause this error :error while running post render on files: may not add resource with an already registered id: ConfigMap.v1.[noGrp]/image-cm-component.app-dev
The metadata.name is image-cm-component
Is it an issue, or am i doing something wrong ?
François
The text was updated successfully, but these errors were encountered: