From a60261a762f8757a6752778edab6b918bb2de4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 03:12:38 +0000 Subject: [PATCH] Build App list and docs --- template/portainer-v2-amd64.json | 5 +++++ template/portainer-v2-arm64.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index 2319a4f..b435ea7 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -3718,6 +3718,11 @@ "default": "", "label": "MODPROBE_CMD", "name": "MODPROBE_CMD" + }, + { + "default": "", + "label": "OTLP_ENDPOINT", + "name": "OTLP_ENDPOINT" } ], "image": "lscr.io/linuxserver/kasm:latest", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 55ccf40..b2db6a6 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -3700,6 +3700,11 @@ "default": "", "label": "MODPROBE_CMD", "name": "MODPROBE_CMD" + }, + { + "default": "", + "label": "OTLP_ENDPOINT", + "name": "OTLP_ENDPOINT" } ], "image": "lscr.io/linuxserver/kasm:latest",