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

Commit 413a4b8

Browse files
author
Kyle Travis
committed
Update readme/getting started
1 parent 04e587c commit 413a4b8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/chart_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# Sequence of patterns matched against refs/tags
66
tags:
7-
- 'chart:v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7+
- 'chart/v*' # Push events to matching v*, i.e. v1.0, v20.15.10
88

99
jobs:
1010
release:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The premier, officially supported mechanism for deploying a kubernetes applicati
66

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

9+
Check out [the docs](https://criticalstack.github.io/stackapps/).
10+
911
Uses [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder).
1012

1113
## Install

docs/src/getting-started.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Getting Started
22

3-
### Stay tuned for getting started documentation.
3+
## Install
4+
5+
Using [Helm](https://helm.sh/docs/intro/install/):
6+
7+
```shell
8+
$ helm dependency update .
9+
$ helm install stackapps ./chart
10+
```
11+
12+
## Stay tuned for more getting started documentation.

0 commit comments

Comments
 (0)