Move secrets to subfolder
This commit is contained in:
@@ -25,7 +25,7 @@ provider "nomad" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
data "sops_file" "secrets" {
|
data "sops_file" "secrets" {
|
||||||
source_file = "secrets.enc.json"
|
source_file = "secrets/secrets.enc.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "cloudflare" {
|
provider "cloudflare" {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Put the age keys in /home/<user>/.config/sops/age/keys.txt
|
|||||||
|
|
||||||
## Adding Secrets
|
## Adding Secrets
|
||||||
|
|
||||||
Edit the secrets using `sops secrets.enc.json`
|
Edit the secrets using `sops secrets/secrets.enc.json`
|
||||||
|
|
||||||
# Bootstrapping (starting without PostgreSQL running)
|
# Bootstrapping (starting without PostgreSQL running)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user