-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ca34e4
commit ab8e59b
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Vault (by HashiCorp) | ||
|
||
**Note:** View the [README](https://github.com/zackbradys/rancher-airgap/blob/main/README.md) for the latest versions! | ||
|
||
## Collection and Packaging | ||
|
||
[hauler/vault/rancher-airgap-vault.yaml](https://github.com/zackbradys/rancher-airgap/blob/main/hauler/vault/rancher-airgap-vault.yaml) - provides the content manifest for all the assets. | ||
|
||
```bash | ||
# pull the manifest | ||
curl -sfOL https://raw.githubusercontent.com/zackbradys/rancher-airgap/main/hauler/vault/rancher-airgap-vault.yaml | ||
|
||
# sync to the store | ||
hauler store sync --files rancher-airgap-vault.yaml | ||
|
||
# save to tarball | ||
hauler store save --filename rancher-airgap-vault.tar.zst | ||
``` | ||
|
||
## Across the Airgap | ||
|
||
```bash | ||
# coming soon | ||
``` | ||
|
||
## Loading and Distribution | ||
|
||
```bash | ||
# coming soon | ||
``` |