From ad7c920e49e2b81c0173d7d18eb54737c3cfe687 Mon Sep 17 00:00:00 2001 From: kouxi08 Date: Thu, 13 Feb 2025 22:21:58 +0900 Subject: [PATCH 1/2] update hnc --- manifest/monitoring/dashboard/local/hierarchy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/monitoring/dashboard/local/hierarchy.yaml b/manifest/monitoring/dashboard/local/hierarchy.yaml index 4da6b5b..a9014b0 100644 --- a/manifest/monitoring/dashboard/local/hierarchy.yaml +++ b/manifest/monitoring/dashboard/local/hierarchy.yaml @@ -4,4 +4,4 @@ metadata: name: hierarchy namespace: dashboard spec: - parent: infrastructure + parent: monitoring From 61f7526a242d0f2ff2c9672556cde466edbbe67e Mon Sep 17 00:00:00 2001 From: kouxi08 Date: Thu, 13 Feb 2025 22:29:54 +0900 Subject: [PATCH 2/2] add values.yaml --- manifest/monitoring/dashboard/env/common/values.yaml | 2 ++ manifest/monitoring/dashboard/helmfile.yaml | 1 + 2 files changed, 3 insertions(+) create mode 100644 manifest/monitoring/dashboard/env/common/values.yaml diff --git a/manifest/monitoring/dashboard/env/common/values.yaml b/manifest/monitoring/dashboard/env/common/values.yaml new file mode 100644 index 0000000..7f054ea --- /dev/null +++ b/manifest/monitoring/dashboard/env/common/values.yaml @@ -0,0 +1,2 @@ +kong: + enabled: false \ No newline at end of file diff --git a/manifest/monitoring/dashboard/helmfile.yaml b/manifest/monitoring/dashboard/helmfile.yaml index 36d4c2d..4e80bce 100644 --- a/manifest/monitoring/dashboard/helmfile.yaml +++ b/manifest/monitoring/dashboard/helmfile.yaml @@ -11,6 +11,7 @@ releases: chart: dashboard/kubernetes-dashboard version: 7.10.4 values: + - env/common/values.yaml - env/{{ .Environment.Name }}/ingress.yaml - name: local-charts chart: ./local