1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Use ReST admonition syntax for note

Co-authored-by: Felix Fontein <felix@fontein.de>
Signed-off-by: Carlos Zubieta <1976312+ErraticMaker@users.noreply.github.com>
This commit is contained in:
Carlos Zubieta
2024-07-30 13:51:22 -07:00
committed by Felix Fontein
parent ca66e3c63b
commit 2e03f838a8

View File

@@ -669,8 +669,10 @@ of all new files. If your secrets are stored under a specific directory, like a
``git`` repository, you can create a ``.sops.yaml`` configuration file at the root
directory to define which keys are used for which filename.
Note: The file needs to be named ``.sops.yaml``. Other names (i.e. ``.sops.yml``) won't be automatically
discovered by sops. You'll need to pass the ``--config .sops.yml`` option for it to be picked up.
.. note::
The file needs to be named ``.sops.yaml``. Other names (i.e. ``.sops.yml``) won't be automatically
discovered by SOPS. You'll need to pass the ``--config .sops.yml`` option for it to be picked up.
Let's take an example: