Skip to content

Commit 0d601c2

Browse files
committed
fix: update docs for k8s helm
Signed-off-by: Fatih Acar <fatih@opsmill.com>
1 parent 4e9408e commit 0d601c2

6 files changed

Lines changed: 3 additions & 328 deletions

File tree

docs/docs/guides/install.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ This approach integrates backups with your existing Infrahub deployment and is i
158158

159159
For detailed configuration options, see:
160160
- [How to backup Infrahub on Kubernetes](./kubernetes-backup.mdx)
161-
- [Helm chart values reference](../reference/helm-values.mdx)
162161

163162
</TabItem>
164163
<TabItem value="cli" label="CLI (Out-of-band)">
@@ -214,7 +213,7 @@ Version: [git ref]
214213
## Configure environment
215214

216215
:::note
217-
If you installed via Helm (in-band), configuration is managed through Helm values. See the [Helm chart values reference](../reference/helm-values.mdx) for available options. The environment variables below apply to CLI installations only.
216+
If you installed via Helm (in-band), configuration is managed through Helm values. The environment variables below apply to CLI installations only.
218217
:::
219218

220219
Infrahub Backup CLI uses environment variables for configuration. Set these based on your deployment:

docs/docs/guides/kubernetes-backup.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ infrahub-backup:
193193
backup:
194194
storage:
195195
type: "local"
196-
local:
197-
path: "/backups"
196+
path: "/infrahub_backups"
198197
```
199198

200199
:::warning
@@ -208,7 +207,7 @@ With local storage, backups are stored in an `emptyDir` volume and lost when the
208207
kubectl get pods -n infrahub -l app.kubernetes.io/name=infrahub-backup
209208
210209
# Copy the backup file
211-
kubectl cp infrahub/infrahub-backup-xxxxx:/backups/infrahub_backup_20250120_020000.tar.gz ./backup.tar.gz
210+
kubectl cp infrahub/infrahub-backup-xxxxx:/infrahub_backups/infrahub_backup_20250120_020000.tar.gz ./backup.tar.gz
212211
```
213212

214213
</TabItem>
@@ -377,5 +376,4 @@ Confirm your backup configuration works:
377376
## Related resources
378377

379378
- [How to restore from backup on Kubernetes](./kubernetes-restore.mdx)
380-
- [Helm chart values reference](../reference/helm-values.mdx)
381379
- [How to backup your instance (CLI)](./backup-instance.mdx)

docs/docs/guides/kubernetes-restore.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,4 @@ Confirm your restore completed successfully:
316316
## Related resources
317317

318318
- [How to backup Infrahub on Kubernetes](./kubernetes-backup.mdx)
319-
- [Helm chart values reference](../reference/helm-values.mdx)
320319
- [How to restore from backup (CLI)](./restore-backup.mdx)

docs/docs/readme.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ Technical specifications and command details:
6464

6565
- [CLI command reference](./reference/commands.mdx) - Complete list of commands and options
6666
- [Configuration reference](./reference/configuration.mdx) - Environment variables and settings
67-
- [Helm chart values reference](./reference/helm-values.mdx) - Kubernetes Helm chart configuration

docs/docs/reference/helm-values.mdx

Lines changed: 0 additions & 319 deletions
This file was deleted.

docs/sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const sidebars: SidebarsConfig = {
2727
items: [
2828
'reference/commands',
2929
'reference/configuration',
30-
'reference/helm-values',
3130
],
3231
},
3332
]

0 commit comments

Comments
 (0)