Skip to content

Commit

Permalink
feat(component): Add apps component centraldashboard
Browse files Browse the repository at this point in the history
Signed-off-by: William Hearn <sylus1984@gmail.com>
  • Loading branch information
sylus committed Jan 17, 2022
1 parent 456db62 commit 500c008
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 42 deletions.
16 changes: 0 additions & 16 deletions kustomize/apps/central-dashboard/deployment_patch.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions kustomize/apps/central-dashboard/enable-registration-flow.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions kustomize/apps/central-dashboard/kustomization.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: centraldashboard-links-config
name: centraldashboard-config
namespace: kubeflow
data:
defaultLanguage: "en"
Expand Down Expand Up @@ -129,4 +129,8 @@ data:
}
]
}
}
}
settings: |-
{
"DASHBOARD_FORCE_IFRAME": true
}
9 changes: 9 additions & 0 deletions kustomize/apps/centraldashboard/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/kubeflow/manifests/apps/centraldashboard/upstream/overlays/istio?ref=v1.3.1

patchesStrategicMerge:
- deployment.yaml
- centraldashboard-config.yaml

0 comments on commit 500c008

Please sign in to comment.