Separating tasks from Secret concept

There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.

Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
This commit is contained in:
Qiming Teng
2020-09-10 14:27:00 +08:00
parent 942fca9b29
commit 995b067fdb
5 changed files with 509 additions and 392 deletions
+6
View File
@@ -0,0 +1,6 @@
---
title: "Managing Secrets"
weight: 28
description: Managing confidential settings data using Secrets.
---