Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed May 26, 2024
1 parent d5ba2f2 commit 112251f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ e2e-standalone: package
kubectl config set-context --current --namespace=tests
cd package && ytt -f ../test/e2e/standalone -f package-resources.yml | kctrl dev -f- --local -y

# Install e2e with 'dev' profile
e2e-dev: package
kubectl config set-context --current --namespace=tests
cd package && ytt -f ../test/e2e/dev -f package-resources.yml | kctrl dev -f- --local -y

# Install e2e with 'build' profile
e2e-build: package
kubectl config set-context --current --namespace=tests
Expand Down
4 changes: 2 additions & 2 deletions docs/quick-start/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster

```shell
kctrl package repository add -r kadras-packages \
--url ghcr.io/kadras-io/kadras-packages:0.17.2 \
--url ghcr.io/kadras-io/kadras-packages:0.18.0 \
-n kadras-system --create-namespace
```

Expand All @@ -75,7 +75,7 @@ Reference the `values.yml` file you created in the previous step and install the
```shell
kctrl package install -i engineering-platform \
-p engineering-platform.packages.kadras.io \
-v 0.15.2 \
-v 0.16.0 \
-n kadras-system \
--values-file values.yml
```
Expand Down
3 changes: 2 additions & 1 deletion package/package-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ spec:
- internal developer platform
- application platform
displayName: engineering-platform
longDescription: A cloud native platform aimed at supporting application developers with paved paths to production on Kubernetes and shipped as a Carvel package.
longDescription: A cloud native platform aimed at supporting application developers
with paved paths to production on Kubernetes and shipped as a Carvel package.
maintainers:
- name: Thomas Vitale
providerName: Kadras
Expand Down

0 comments on commit 112251f

Please sign in to comment.