Update 'yq/1.sh'
This commit is contained in:
parent
0b157e4289
commit
6b6570af75
3
yq/1.sh
3
yq/1.sh
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
###################################
|
||||
############ by Sthope ############
|
||||
###################################
|
||||
@ -21,4 +22,4 @@ yq eval '(.[] | select(. == "*.*.*.*")) |= "127.0.0.1"' secrets.yaml > fake_ips.
|
||||
yq eval-all 'select(fi == 0) * select(filename == "fake_ips.yaml")' fake_pwds.yaml fake_ips.yaml > fake_secrets.yaml
|
||||
|
||||
### clean up..
|
||||
rm fake_pwds.yaml fake_ips.yaml
|
||||
rm fake_pwds.yaml fake_ips.yaml
|
Loading…
x
Reference in New Issue
Block a user