GITBOOK-22: C9S-50: Secrets with registry labels

This commit is contained in:
Hannah Cooper
2026-03-19 19:48:59 +00:00
committed by gitbook-bot
parent 6c6e6ff6e0
commit 971a15dcb3
7 changed files with 12 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@@ -19,13 +19,13 @@ This page is split into two tabs - [ConfigMaps](./#configmaps) and [Secrets](./#
This tab displays the ConfigMaps that exist within your Kubernetes cluster. By default, system resources are hidden. To view them, click the three dot menu on the right hand side and check **Show system resources**.
<figure><img src="../../../.gitbook/assets/2.19-kubernetes-configurations-configmaps-list.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.40.0-configmap.png" alt=""><figcaption></figcaption></figure>
You can filter the display of ConfigMaps by namespace by clicking **Filter** and checking the namespaces you want to see.
A ConfigMap with the **external** flag was created outside of Portainer, which means Portainer has limited knowledge on it compared to one created within Portainer. A label of **unused** means that Portainer cannot see any applications that are using this ConfigMap. This label may also appear on **external** resources because of the limited information available.
A ConfigMap with an **External** flag was created outside of Portainer, which means Portainer has limited knowledge on it compared to one created within Portainer. A label of **Unused** means that Portainer cannot see any applications that are using this ConfigMap. This label may also appear on external resources because of the limited information available.
To add a new ConfigMap via a form, click the **Add with form** button. To add via a manifest, click **Create from manifest**.
To add a new ConfigMap via a form, click the **Add with form** button. To add via a manifest or Helm chart, click **Create from code**.
{% content-ref url="add.md" %}
[add.md](add.md)
@@ -37,13 +37,15 @@ To remove a ConfigMap, check the box next to the ConfigMap you want to remove an
This tab displays the secrets that exist within your Kubernetes cluster. By default, system resources are hidden. To view them, click the three dot menu on the right hand side and check **Show system resources**.
<figure><img src="../../../.gitbook/assets/2.19-kubernetes-configurations-secrets-list.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.40.0-secrets.png" alt=""><figcaption></figcaption></figure>
You can filter the display of secrets by namespace by clicking **Filter** and checking the namespaces you want to see.
A secret with the **external** flag was created outside of Portainer, which means Portainer has limited knowledge on it compared to one created within Portainer. A label of **unused** means that Portainer cannot see any applications that are using this secret. This label may also appear on **external** resources because of the limited information available.
A secret with the **External** flag was created outside of Portainer, which means Portainer has limited knowledge on it compared to one created within Portainer. A label of **Unused** means that Portainer cannot see any applications that are using this secret. This label may also appear on external resources because of the limited information available.
To add a new secret via a form, click the **Add with form** button. To add via a manifest, click **Create from manifest**.
A secret also shows labels for any associated registries. For admin users, these labels act as links to the registry.
To add a new secret via a form, click the **Add with form** button. To add via a manifest or Helm chart, click **Create from code**.
{% content-ref url="add-1.md" %}
[add-1.md](add-1.md)

View File

@@ -10,10 +10,10 @@ metaLinks:
From the menu select **ConfigMaps & Secrets**, ensure the **Secrets** tab is selected, then click **Add with form**.&#x20;
{% hint style="info" %}
Secrets can also be added [using a manifest](../applications/manifest/) by clicking **Create from manifest**.
Secrets can also be added [using a manifest or Helm chart](../applications/manifest/) by clicking **Create from code**.
{% endhint %}
<figure><img src="../../../.gitbook/assets/2.19-kubernetes-configurations-secrets-add.gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.40.0-secrets (1).png" alt=""><figcaption></figcaption></figure>
Define the secret, using the table below as a guide.

View File

@@ -10,10 +10,10 @@ metaLinks:
From the menu select **ConfigMaps & Secrets**, ensure the **ConfigMaps** tab is selected, then click **Add with form**.&#x20;
{% hint style="info" %}
ConfigMaps can also be added [using a manifest](../applications/manifest/) by clicking **Create from manifest**.
Change hint settingsConfigMaps can also be added using a manifest or Helm chart by clicking **Create from code**.
{% endhint %}
<figure><img src="../../../.gitbook/assets/2.19-kubernetes-configurations-configmaps-add.gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.40.0-create-configmap.gif" alt=""><figcaption></figcaption></figure>
Define the ConfigMap, using the table below as a guide.