Skip to content

Commit

Permalink
doc: plain string example
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBeucher committed Aug 24, 2023
1 parent a437d9b commit 6b7be61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
6 changes: 5 additions & 1 deletion docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6b7be61

Please sign in to comment.