fix namespace issue
This commit is contained in:
@@ -5,3 +5,4 @@ helmCharts:
|
||||
repo: https://kubernetes.github.io/dashboard/
|
||||
version: 7.5.0
|
||||
releaseName: kubernetes-dashboard
|
||||
valuesFile: values.yaml
|
||||
8
apps/kubernetes-dashboard/base/values.yaml
Normal file
8
apps/kubernetes-dashboard/base/values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
app:
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- k3s-dashboard.cluster.edward.sydney
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
enabled: false
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"appName": "kubernetes-dashboard",
|
||||
"userGivenName": "kubernetes-dashboard",
|
||||
"namespace": "kubernetes-dashboard",
|
||||
"destNamespace": "kubernetes-dashboard",
|
||||
"namespace": "argocd",
|
||||
"destNamespace": "argocd",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/kubernetes-dashboard/env/k3s-cluster",
|
||||
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./configmap.yaml
|
||||
- ../../base
|
||||
- ./ingress.yaml
|
||||
@@ -1,9 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Prune=false
|
||||
creationTimestamp: null
|
||||
name: kubernetes-dashboard
|
||||
spec: {}
|
||||
status: {}
|
||||
@@ -16,7 +16,6 @@ resources:
|
||||
- ./ingress-nginx.yaml
|
||||
- ./jellyfin.yaml
|
||||
- ./kavita.yaml
|
||||
- ./kubernetes-dashboard.yaml
|
||||
- ./local-path-storage.yaml
|
||||
- ./logstash.yaml
|
||||
- ./minio.yaml
|
||||
|
||||
Reference in New Issue
Block a user