From 6b7be61ca9af5053a377fdea1b1e2f109a28246d Mon Sep 17 00:00:00 2001 From: Pierre Beucher Date: Thu, 24 Aug 2023 10:54:20 +0200 Subject: [PATCH] doc: plain string example --- README.md | 6 +++++- docs/src/getting-started.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c579f..070939b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ environments: hvault_kv2: path: crafteo/app/dev key: db_password + + # Plain string are also supported + - name: DATABASE_USER + value: root # Generate temporary AWS credentials for IAM Role # Provide environment variables: @@ -81,7 +85,7 @@ Load secrets as environment variables: source <(novops load) # Or run sub-process directly -novops run -- terraform apply +novops run -- make deploy ``` Secrets are now available: diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index be27248..1f2845a 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -45,6 +45,10 @@ environments: hvault_kv2: path: crafteo/app/dev key: db_password + + # Plain string are also supported + - name: DATABASE_USER + value: root # Generate temporary AWS credentials for IAM Role # Provide environment variables: @@ -63,7 +67,7 @@ Load secrets as environment variables: source <(novops load) # Or run sub-process directly -novops run -- terraform apply +novops run -- make deploy ``` Secrets are now available: