diff --git a/secret.yml b/secret.yml index 4dd30e4..a45ae18 100644 --- a/secret.yml +++ b/secret.yml @@ -1,12 +1,17 @@ -secrets: /example/postgres/secret: - value: + key_value: POSTGRES_USERNAME: postgres POSTGRES_PASSWORD: password tags: environment: local - /example/redis/secret: - value: - REDIS_PASSWORD: password + /example/nas/secret-lyric: + plaintext: | + Early on the wakeup + Cunning as the father of the twelve sons of jacob + Shake up the world cake crumbs tags: - environment: local + track: fever + /example/file/secret: + file: "example.json" + tags: + file-type: json \ No newline at end of file