Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Update readme/getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Travis committed Nov 13, 2020
1 parent 04e587c commit 413a4b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'chart:v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'chart/v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
release:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The premier, officially supported mechanism for deploying a kubernetes applicati

This repo is the home of `StackApps` (and `StackValues`, `StackReleases`, ...) CRDs, controllers, and webhooks.

Check out [the docs](https://criticalstack.github.io/stackapps/).

Uses [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder).

## Install
Expand Down
11 changes: 10 additions & 1 deletion docs/src/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Getting Started

### Stay tuned for getting started documentation.
## Install

Using [Helm](https://helm.sh/docs/intro/install/):

```shell
$ helm dependency update .
$ helm install stackapps ./chart
```

## Stay tuned for more getting started documentation.

0 comments on commit 413a4b8

Please sign in to comment.