how to define in-place
in .sops.yaml and how to refer different .sops.yaml config
#952
-
regards, |
Beta Was this translation helpful? Give feedback.
Answered by
felixfontein
Oct 27, 2021
Replies: 1 comment 1 reply
-
Regarding 1: I don't think that's possible, and I also don't think it would make sense to uspport Regarding 2: I don't think that's supported. sops only supports a single configuration file and does not support merging multiple ones on the fly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jaythamke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regarding 1: I don't think that's possible, and I also don't think it would make sense to uspport
--in-place
via a (global) config. It is a flag which controls which specific files are used for some operations.Regarding 2: I don't think that's supported. sops only supports a single configuration file and does not support merging multiple ones on the fly.