Skip to content

Commit

Permalink
fix: settings page (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis authored Nov 1, 2024
1 parent 9215d33 commit 88039a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
---
slug: general
slug: platform
title: Platform settings
sidebar_label: General
sidebar_label: Platform
---

## General Settings

The general settings section offers configuration options for platform and feature flags that influence the way the platform behaves.
The Platform settings section offers configuration options for platform and feature flags that influence the way the platform behaves.

| Setting | Description |
| ---------------------- | ------------------------ |
| Admin password | The `root` password of the platform. |
| Additional Clusters | A list of additional platform instances to select in the Console. |
| Global pull secrets | Add you Dockerhub pull secret. Will be connected to each "default" service account in all platform namespaces. Handy for authenticating with DockerHub to avoid rate limiting. |
| Cloud ingress controller | Set this to true when using a cloud specific ingress controller. By default the Nginx Ingress Controller is used. |
| External DNS | Set this to true when an external DNS zone is available to manage DNS records. (Expects required `dns:` fields to be set.) |
Expand Down
2 changes: 1 addition & 1 deletion sidebar-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
{
Settings: [
"for-ops/console/settings/cluster",
"for-ops/console/settings/general",
"for-ops/console/settings/platform",
"for-ops/console/settings/key-management",
"for-ops/console/settings/alerts",
"for-ops/console/settings/dns",
Expand Down

0 comments on commit 88039a8

Please sign in to comment.