mirror of
https://github.com/penpot/penpot-helm.git
synced 2025-01-03 05:10:09 -05:00
docs: add caution note
This commit is contained in:
parent
1e6f3590ea
commit
27f4677e3b
2 changed files with 16 additions and 5 deletions
|
@ -13,3 +13,9 @@ repos:
|
||||||
# Repeating the flag adds this to the list, now [./_templates.gotmpl, README.md.gotmpl]
|
# Repeating the flag adds this to the list, now [./_templates.gotmpl, README.md.gotmpl]
|
||||||
# A base filename makes it relative to each chart directory found
|
# A base filename makes it relative to each chart directory found
|
||||||
- --template-files=README.md.gotmpl
|
- --template-files=README.md.gotmpl
|
||||||
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
||||||
|
rev: v3.2.0
|
||||||
|
hooks:
|
||||||
|
- id: conventional-pre-commit
|
||||||
|
stages: [commit-msg]
|
||||||
|
args: []
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
> [!CAUTION]
|
||||||
|
> This repository is a **work in progress**. Please do **NOT** use this code for production environments.
|
||||||
|
|
||||||
# Penpot Helm Chart
|
# Penpot Helm Chart
|
||||||
|
|
||||||
This repository contains the Penpot Helm Chart curated by Penpot.
|
This repository contains the Penpot Helm Chart curated by Penpot.
|
||||||
|
@ -39,9 +42,11 @@ pre-commit install --install-hooks -f
|
||||||
```
|
```
|
||||||
|
|
||||||
- Access to [http://penpot.example.com/](http://penpot.example.com/) (
|
- Access to [http://penpot.example.com/](http://penpot.example.com/) (
|
||||||
> :exclamation: You need to add `127.0.1.1 penpot.example.com` to `/etc/hosts`_
|
> [!NOTE]
|
||||||
|
> You need to add `127.0.1.1 penpot.example.com` to `/etc/hosts`
|
||||||
|
|
||||||
> :bulb: if you disable ingress, you can exposing the app in the port 8888 with:
|
> [!TIP]
|
||||||
|
> if you disable ingress, you can exposing the app in the port 8888 with:
|
||||||
> ```shell
|
> ```shell
|
||||||
> kubectl port-forward service/penpot 8888:80
|
> kubectl port-forward service/penpot 8888:80
|
||||||
> ```
|
> ```
|
||||||
|
|
Loading…
Reference in a new issue