Skip to content

Commit 4273c1e

Browse files
author
TrueForge-Bot
committed
Update website with latest charts and docs
1 parent 60af3ae commit 4273c1e

File tree

868 files changed

+25791
-25787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

868 files changed

+25791
-25787
lines changed

src/assets/charts.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/content/docs/truetech/truecharts-common/CHANGELOG.md

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

src/content/docs/truetech/truecharts-common/addons.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Addons
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/addons#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/addons#full-examples) section for complete examples.
99

1010
:::
1111

@@ -128,7 +128,7 @@ Define additional options for the container
128128

129129
:::tip
130130

131-
See container options in the [container](/truetech/truecharts-common/container) section.
131+
See container options in the [container](/truecharts-common/container) section.
132132

133133
:::
134134

@@ -156,7 +156,7 @@ Define additional options for the service
156156

157157
:::tip
158158

159-
See service options in the [service](/truetech/truecharts-common/service) section.
159+
See service options in the [service](/truecharts-common/service) section.
160160

161161
:::
162162

@@ -192,7 +192,7 @@ Define additional options for the ingress
192192

193193
:::tip
194194

195-
See ingress options in the [ingress](/truetech/truecharts-common/ingress) section.
195+
See ingress options in the [ingress](/truecharts-common/ingress) section.
196196

197197
:::
198198

src/content/docs/truetech/truecharts-common/certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Certificate
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/certificate#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/certificate#full-examples) section for complete examples.
99

1010
:::
1111

@@ -210,7 +210,7 @@ Define the certificate secret template for this certificate
210210

211211
At least one of the following keys must be defined
212212

213-
[`labels`](/truetech/truecharts-common/certificate#labels-1), [`annotations`](/truetech/truecharts-common/certificate#annotations-1)
213+
[`labels`](/truecharts-common/certificate#labels-1), [`annotations`](/truecharts-common/certificate#annotations-1)
214214

215215
:::
216216

src/content/docs/truetech/truecharts-common/cnpg/cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: CNPG Cluster
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/cnpg/cluster#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/cnpg/cluster#full-examples) section for complete examples.
99
- This page is targeted primarily at chart developers. If you are looking for
1010
how to configure a CNPG backup/restore, visit the
11-
[dedicated guide page](/truetech/truecharts/guides/backup--restore/cnpg-backup-restore)
11+
[dedicated guide page](/truecharts/guides/backup%20%26%20restore/cnpg-backup-restore)
1212

1313
:::
1414

@@ -78,7 +78,7 @@ Define additional environment variables for the cluster's pods
7878

7979
:::tip
8080

81-
See container env options in the [container env](/truetech/truecharts-common/container/env) section.
81+
See container env options in the [container env](/truecharts-common/container/env) section.
8282

8383
:::
8484

@@ -108,7 +108,7 @@ Define additional environment variables for the cluster's pods
108108

109109
:::tip
110110

111-
See container envFrom options in the [container envFrom](/truetech/truecharts-common/container/envFrom) section.
111+
See container envFrom options in the [container envFrom](/truecharts-common/container/envFrom) section.
112112

113113
:::
114114

src/content/docs/truetech/truecharts-common/cnpg/cnpg.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: CNPG
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/cnpg/cnpg#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/cnpg/cnpg#full-examples) section for complete examples.
99
- This page is targeted primarily at chart developers. If you are looking for
1010
how to configure a CNPG backup/restore, visit the
11-
[dedicated guide page](/truetech/truecharts/guides/backup--restore/cnpg-backup-restore)
11+
[dedicated guide page](/truecharts/guides/backup%20%26%20restore/cnpg-backup-restore)
1212

1313
:::
1414

@@ -60,7 +60,7 @@ Define the cluster name.
6060

6161
There is predefined cluster called `main`, which is configured with sensible
6262
defaults (see common chart's `values.yaml`). It is **disabled** by default and
63-
must be [enabled](/truetech/truecharts-common/cnpg/cnpg#enabled) if needed.
63+
must be [enabled](/truecharts-common/cnpg/cnpg#enabled) if needed.
6464

6565
:::
6666

@@ -362,7 +362,7 @@ cnpg:
362362

363363
Database cluster configuration
364364

365-
See more details in [CNPG Cluster](/truetech/truecharts-common/cnpg/cluster)
365+
See more details in [CNPG Cluster](/truecharts-common/cnpg/cluster)
366366

367367
| | |
368368
| ---------- | ------------------------ |
@@ -394,7 +394,7 @@ TODO
394394

395395
:::note
396396

397-
See the dedicated [CNPG backup/restore guide](/truetech/truecharts/guides/backup%20%26%20restore/cnpg-backup-restore)
397+
See the dedicated [CNPG backup/restore guide](/truecharts/guides/backup%20%26%20restore/cnpg-backup-restore)
398398

399399
:::
400400

@@ -406,7 +406,7 @@ TODO
406406

407407
:::note
408408

409-
See the dedicated [CNPG backup/restore guide](/truetech/truecharts/guides/backup%20%26%20restore/cnpg-backup-restore)
409+
See the dedicated [CNPG backup/restore guide](/truecharts/guides/backup%20%26%20restore/cnpg-backup-restore)
410410

411411
:::
412412

src/content/docs/truetech/truecharts-common/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Configmap
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/configmap#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/configmap#full-examples) section for complete examples.
99

1010
:::
1111

src/content/docs/truetech/truecharts-common/container/args.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Args
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/container/args#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/container/args#full-examples) section for complete examples.
99

1010
:::
1111

src/content/docs/truetech/truecharts-common/container/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Command
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/container/command#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/container/command#full-examples) section for complete examples.
99

1010
:::
1111

src/content/docs/truetech/truecharts-common/container/env.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ title: Env
55
:::note
66

77
- Examples under each key are only to be used as a placement guide
8-
- See the [Full Examples](/truetech/truecharts-common/container/env#full-examples) section for complete examples.
8+
- See the [Full Examples](/truecharts-common/container/env#full-examples) section for complete examples.
99

1010
:::
1111

1212
:::tip
1313

1414
Variable names will be scanned for duplicates across all
15-
[secrets](/truetech/truecharts-common/secret), [configmaps](/truetech/truecharts-common/configmap),
16-
[env](/truetech/truecharts-common/container/env), [envList](/truetech/truecharts-common/container/envlist) and [fixedEnv](/truetech/truecharts-common/container/fixedenv)
15+
[secrets](/truecharts-common/secret), [configmaps](/truecharts-common/configmap),
16+
[env](/truecharts-common/container/env), [envList](/truecharts-common/container/envlist) and [fixedEnv](/truecharts-common/container/fixedenv)
1717
and will throw an error if it finds any.
1818

1919
:::
@@ -110,7 +110,7 @@ Define the configMap name
110110
:::note
111111

112112
This will be automatically expanded to `fullname-secret-name`.
113-
You can opt out of this by setting [`expandObjectName`](/truetech/truecharts-common/container/env#envkeyconfigmapkeyrefexpandobjectname) to `false`
113+
You can opt out of this by setting [`expandObjectName`](/truecharts-common/container/env#envkeyconfigmapkeyrefexpandobjectname) to `false`
114114

115115
:::
116116

@@ -228,7 +228,7 @@ Define the secret name
228228
:::note
229229

230230
This will be automatically expanded to `fullname-secret-name`.
231-
You can opt out of this by setting [`expandObjectName`](/truetech/truecharts-common/container/env#envkeysecretkeyrefexpandobjectname) to `false`
231+
You can opt out of this by setting [`expandObjectName`](/truecharts-common/container/env#envkeysecretkeyrefexpandobjectname) to `false`
232232

233233
:::
234234

0 commit comments

Comments
 (0)