seira 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e19f827caaab752c1d4f5c34652a53944b348be2
4
- data.tar.gz: c8d99fac4458d819795c89ad206ffc388018bdf8
3
+ metadata.gz: a66eccb73df5cd20cda9716c793546964c39698a
4
+ data.tar.gz: a9aa6dd6d05feff2597790ed469ad532beb19ef3
5
5
  SHA512:
6
- metadata.gz: 9747a24e09a7f6bcbc88413bbeb7798988b94fac3be09743a0596f7feb47a665a762345dbc8269bf66c0bf20758586e1714fa8230181cfd411f8a5dc9088aa2f
7
- data.tar.gz: 169e02c84920de4f465ecf20e5bdeba15bb66569a41f50b564b20c61b52b5a3f403e29f6a48629d95ad20bb9fda557ac4d370aa399b014d4b0c078f05b1c7864
6
+ metadata.gz: 36eb393a778a70f2147012d9cbe9698c5293bfc743a9349e5cd2053df7a09d8fcd7cd0c28566fb607d710cee97da9a873210617066ea5c4c77a820245ad1c6e7
7
+ data.tar.gz: afcbbed1d2388ef1c635aa010a30f486ddacf3d11e2e100018f22e964c621a626661bde901d54b1c612562eeeac135003fabab145576f3034bb20204f1e95ecc
@@ -47,7 +47,7 @@ module Seira
47
47
 
48
48
  def copy_secret_across_namespace(key:, to:, from:)
49
49
  puts "Copying the #{key} secret from namespace #{from} to #{to}."
50
- json_string = kubectl("get secret #{key} -o json", context: context, return_output: true)
50
+ json_string = kubectl("get secret #{key} -o json -n #{from}", context: :none, return_output: true)
51
51
  secrets = JSON.parse(json_string)
52
52
 
53
53
  # At this point we would preferably simply do a write_secrets call, but the metadata is highly coupled to old
@@ -1,3 +1,3 @@
1
1
  module Seira
2
- VERSION = "0.3.6".freeze
2
+ VERSION = "0.3.7".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seira
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Ringwelski