Skip to content

Kubernetes manifests for dataware-tools

License

Notifications You must be signed in to change notification settings

dataware-tools/manifests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manifests

Kubernetes manifests for dataware-tools

Directory structure

Contents in this repository are roughly categorised into the following directories.

Directory Purpose
apps Dataware-tools' applications
common Common components such as certificates, gateways and security policies
distributions Bundles of manifests for individual distribution

Example deployment

You can deploy an example version of Dataware-tools using files under distributions/demo as follows:

kustomize build distributions/demo | kubectl apply -f-

Developers' guide

You can find which component to update with the following command:

$ ./utils/list_update_candidates.sh