From 6d60bc8bb5c9d427757d0c0699f132eaf6258ce2 Mon Sep 17 00:00:00 2001 From: "M. Ziselsberger" <129314046+ziselsberger@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:06:33 +0100 Subject: [PATCH] feat: add link to official k8s secret documentation --- applications/secret_manager.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/secret_manager.md b/applications/secret_manager.md index d0b7237e..d68c9adf 100644 --- a/applications/secret_manager.md +++ b/applications/secret_manager.md @@ -25,11 +25,13 @@ Credentials manager - Opaque (default) - (one or more) key-value pair(s) -- kubernetes.io/dockerconfigjson +- dockerconfigjson - used to store authentication credentials for container image registries - referenced in pods as imagePullSecrets -- kubernetes.io/ssh-auth +- ssh-auth - used to store a private authentication key + +> More detailed information about these secret types can be found in the official documentation: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types #### Creation | Type | Example |