diff --git a/app/react/portainer/gitops/RelativePathFieldset/RelativePathFieldset.tsx b/app/react/portainer/gitops/RelativePathFieldset/RelativePathFieldset.tsx index 4b4dac139..3c143394a 100644 --- a/app/react/portainer/gitops/RelativePathFieldset/RelativePathFieldset.tsx +++ b/app/react/portainer/gitops/RelativePathFieldset/RelativePathFieldset.tsx @@ -10,6 +10,7 @@ import { TextTip } from '@@/Tip/TextTip'; import { FormControl } from '@@/form-components/FormControl'; import { Input, Select } from '@@/form-components/Input'; import { useDocsUrl } from '@@/PageHeader/ContextHelp'; +import { InsightsBox } from '@@/InsightsBox'; import { RelativePathModel, getPerDevConfigsFilterType } from './types'; @@ -135,6 +136,20 @@ export function RelativePathFieldset({ {value.SupportPerDeviceConfigs && ( <> + + Files named ${PORTAINER_EDGE_ID}.env{' '} + and/or ${PORTAINER_EDGE_GROUP}.env{' '} + contained by the config folder will be loaded for compose + file interpolation. +

+ } + header="GitOps Edge Configurations" + insightCloseId="edge-config-interpolation-info" + className="mb-3" + /> +
{pathTipSwarm}