From 00e885497d33fe40df797013513bc240ad17d257 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Tue, 30 Dec 2025 03:59:23 +0100 Subject: [PATCH] active headlamp dev --- headlamp/.dev/config.json | 4 ---- headlamp/{.dev => dev}/Chart.lock | 0 headlamp/{.dev => dev}/Chart.yaml | 0 headlamp/{.dev => dev}/charts/headlamp-0.27.0.tgz | Bin headlamp/dev/config.json | 3 +++ headlamp/{.dev => dev}/values.yaml | 0 6 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 headlamp/.dev/config.json rename headlamp/{.dev => dev}/Chart.lock (100%) rename headlamp/{.dev => dev}/Chart.yaml (100%) rename headlamp/{.dev => dev}/charts/headlamp-0.27.0.tgz (100%) create mode 100644 headlamp/dev/config.json rename headlamp/{.dev => dev}/values.yaml (100%) diff --git a/headlamp/.dev/config.json b/headlamp/.dev/config.json deleted file mode 100644 index 6f0db06..0000000 --- a/headlamp/.dev/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "cluster-dev", - "server": "https://10.78.106.1:6443" -} diff --git a/headlamp/.dev/Chart.lock b/headlamp/dev/Chart.lock similarity index 100% rename from headlamp/.dev/Chart.lock rename to headlamp/dev/Chart.lock diff --git a/headlamp/.dev/Chart.yaml b/headlamp/dev/Chart.yaml similarity index 100% rename from headlamp/.dev/Chart.yaml rename to headlamp/dev/Chart.yaml diff --git a/headlamp/.dev/charts/headlamp-0.27.0.tgz b/headlamp/dev/charts/headlamp-0.27.0.tgz similarity index 100% rename from headlamp/.dev/charts/headlamp-0.27.0.tgz rename to headlamp/dev/charts/headlamp-0.27.0.tgz diff --git a/headlamp/dev/config.json b/headlamp/dev/config.json new file mode 100644 index 0000000..4e31d82 --- /dev/null +++ b/headlamp/dev/config.json @@ -0,0 +1,3 @@ +{ + "name": "cluster-dev" +} diff --git a/headlamp/.dev/values.yaml b/headlamp/dev/values.yaml similarity index 100% rename from headlamp/.dev/values.yaml rename to headlamp/dev/values.yaml