Skip to content

v0.2 - Now apply your secrets

Compare
Choose a tag to compare
@kiriappeee kiriappeee released this 07 Sep 00:56
· 48 commits to master since this release

This release allows you to apply your secrets while checking for conflicts in the cluster

kubesecret apply <secretfile.yaml> will read the contents of secretfile.yaml and check the cluster for a secret matching the secret in the file:

  • If it can't find one, it confirms if you want to create one fresh
  • If it does find one it:
    • checks if there are any keys that are on the server that don't exist in the local file and warns about them
    • checks for differences between the keys in the server and the local file and notes all of them
    • asks for confirmation on the above before applying the changes.

Hashes:

e1314264859b7c927e5dfed17d0703a36cd9936f468cc1a201ecbfb7572773e6  kubesecret_darwin_amd64
6f6ef8c7e0827422f65d13332130f56b410a4d7833797f72adfe17b44d716724  kubesecret_linux_amd64