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 18, 2022
1 parent a90aec4 commit a368307
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 43 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
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ spec:
template:
spec:
containers:
- image: k8scc01covidacr.azurecr.io/kubeflow/centraldashboard:a96d1cd8523f895904051e122fa98db5c0017bd6
- env:
- name: REGISTRATION_FLOW
value: "true"
image: k8scc01covidacr.azurecr.io/kubeflow/centraldashboard:a96d1cd8523f895904051e122fa98db5c0017bd6
imagePullPolicy: IfNotPresent
name: centraldashboard
serviceAccountName: centraldashboard
Expand Down
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 a368307

Please sign in to comment.