Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created November 30, 2020 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoraxe/d0e82967be331bb5675af4bc4f0c5849 to your computer and use it in GitHub Desktop.
Save thoraxe/d0e82967be331bb5675af4bc4f0c5849 to your computer and use it in GitHub Desktop.
apiVersion: kfdef.apps.kubeflow.org/v1
kind: KfDef
metadata:
annotations:
kfctl.kubeflow.io/force-delete: 'false'
name: opendatahub
namespace: {{ namespace }}
spec:
repos:
- name: kf-manifests
uri: 'https://github.com/opendatahub-io/manifests/tarball/master'
- name: manifests
uri: 'https://github.com/opendatahub-io/odh-manifests/tarball/v0.9.0'
version: v0.9-branch-openshift
applications:
- kustomizeConfig:
repoRef:
name: manifests
path: odh-common
name: odh-common
- kustomizeConfig:
parameters:
- name: s3_endpoint_url
value: s3.odh.com
repoRef:
name: manifests
path: jupyterhub/jupyterhub
name: jupyterhub
- kustomizeConfig:
repoRef:
name: manifests
path: odh-dashboard
name: odh-dashboard
- kustomizeConfig:
overlays:
- additional
repoRef:
name: manifests
path: jupyterhub/notebook-images
name: notebook-images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment