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: |