Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dashboard #221

Merged
merged 13 commits into from
Feb 11, 2025
Prev Previous commit
Next Next commit
fix unified name dashboard
  • Loading branch information
kouxi08 committed Oct 31, 2024
commit 67bb79797d58e8cebac46919e1ff39a45efa66a8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubernetes-dashboard-application
name: dashboard-application
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
@@ -14,7 +14,7 @@ spec:
plugin: {}
destination:
server: https://kubernetes.default.svc
namespace: kubernetes-dashboard
namespace: dashboard
syncPolicy:
syncOptions:
- CreateNamespace=true
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@ bases:
- environments.yaml

repositories:
- name: kubernetes-dashboard
- name: dashboard
url: https://kubernetes.github.io/dashboard/

releases:
- name: kubernetes-dashboard
namespace: kubernetes-dashboard
namespace: dashboard
chart: kubernetes-dashboard/kubernetes-dashboard
version: 7.8.0
- name: local-charts
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ apiVersion: hnc.x-k8s.io/v1alpha2
kind: HierarchyConfiguration
metadata:
name: hierarchy
namespace: kubernetes-dashboard
namespace: dashboard
spec:
parent: infrastructure