From 0d7f0e10b34e75c25178fe7699fcffc013e38ab3 Mon Sep 17 00:00:00 2001 From: leon3s Date: Sat, 23 Dec 2023 06:34:54 +0100 Subject: [PATCH] fix secret --- docs/guides/nanocl/advanced-usage/secret_tls.md | 2 +- docs/references/nanocl/secret.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/nanocl/advanced-usage/secret_tls.md b/docs/guides/nanocl/advanced-usage/secret_tls.md index 921262f..0c2c12d 100644 --- a/docs/guides/nanocl/advanced-usage/secret_tls.md +++ b/docs/guides/nanocl/advanced-usage/secret_tls.md @@ -27,7 +27,7 @@ ApiVersion: v0.12 Namespace: global Secrets: -- Key: cert.deploy-example.com +- Name: cert.deploy-example.com Kind: nanocl.io/tls Data: Certificate: | diff --git a/docs/references/nanocl/secret.md b/docs/references/nanocl/secret.md index 10e7b9f..c92e870 100644 --- a/docs/references/nanocl/secret.md +++ b/docs/references/nanocl/secret.md @@ -65,7 +65,7 @@ You can create then using the following `Statefile`: ApiVersion: v0.12 Secrets: -- Key: env.super-secret +- Name: env.super-secret Kind: nanocl.io/env Data: - MY_ENV=MY_VALUE @@ -81,7 +81,7 @@ You can create then using the following `Statefile`: ApiVersion: v0.12 Secrets: -- Key: cert.my-certificate +- Name: cert.my-certificate Kind: nanocl.io/tls Data: Certificate: |