UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d660e0f1 authored by Josh Wolf's avatar Josh Wolf
Browse files

add developer quickstart docs

parent f9eddf4d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ Work in progress umbrella package
## Usage
### As a consumer
```bash
# Get base
kpt get https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/umbrella.git/base base
......@@ -19,6 +21,14 @@ git add . && git commit -m "initial commit" && git push
bootstrap/init.sh
```
### For development or getting started
```bash
# Assumes valid kubeconfig is configured
# WARNING: This will deploy (a lot of) resources to the cluster configured with kubectl
bootstrap/init.sh
```
## Directory Structure
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment