We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90139e6 commit b9498c3Copy full SHA for b9498c3
scripts/config-diff.sh
@@ -275,6 +275,7 @@ function main {
275
local ANSIBLE_VAULT="$target_environment_path/venvs/kayobe/bin/ansible-vault"
276
# Checkout the git reference provided as an argument to this script
277
checkout "$target_kayobe_config_dir" $1
278
+ find_redacted_files "$target_environment_path/etc/kayobe"
279
create_kayobe_environment "$target_environment_path" "$target_kayobe_config_dir"
280
redact_config_dir "$target_environment_path"
281
encrypt_config_dir "$target_environment_path"
0 commit comments