From 1235434efac60fc7e9b403c2b4ccc70bf7074f9f Mon Sep 17 00:00:00 2001 From: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Date: Sun, 2 Mar 2025 08:55:06 +0100 Subject: [PATCH] docs(frigate): helmify docs (#32754) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [x] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .../frigate/docs/installation-instructions.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 charts/stable/frigate/docs/installation-instructions.md diff --git a/charts/stable/frigate/docs/installation-instructions.md b/charts/stable/frigate/docs/installation-instructions.md deleted file mode 100644 index 9e45c190ea2..00000000000 --- a/charts/stable/frigate/docs/installation-instructions.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Installation instructions ---- - -## Hardcoded values - -We hardcoded some values, so the chart/app can work correctly based on how it's written. -Those values are: - -```yaml -database: - path: /db/frigate.db -```