Skip to content

Commit

Permalink
updated/fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Sep 2, 2024
1 parent 2ca34e4 commit ab8e59b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Dependencies/Setup/Checks
run: |
source ~/.bashrc
curl -sfL https://get.hauler.dev | sudo HAULER_VERSION=${HaulerVersion} HAULER_INSTALL_DIR=/usr/bin bash
hauler version
pwd && ls -laR
Expand Down Expand Up @@ -88,6 +89,12 @@ jobs:
mv /opt/hauler/kubevip/rancher-airgap-kubevip.yaml hauler/kubevip/rancher-airgap-kubevip.yaml
pwd && ls -laR hauler/kubevip
- name: Build Vault
run: |
sh hauler/scripts/vault/hauler-vault.sh
mv /opt/hauler/vault/rancher-airgap-vault.yaml hauler/vault/rancher-airgap-vault.yaml
pwd && ls -laR hauler/vault
- name: Commit and Push Repository
continue-on-error: true
run: |
Expand All @@ -112,6 +119,7 @@ jobs:

- name: Dependencies/Setup/Checks
run: |
source ~/.bashrc
hauler version
pwd && ls -laR
Expand Down Expand Up @@ -225,6 +233,7 @@ jobs:

- name: Dependencies/Setup/Checks
run: |
source ~/.bashrc
hauler version
pwd && ls -laR
Expand Down Expand Up @@ -259,6 +268,7 @@ jobs:

- name: Dependencies/Setup/Checks
run: |
source ~/.bashrc
hauler version
pwd && ls -lh
Expand Down
30 changes: 30 additions & 0 deletions hauler/vault/README.md
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
```

0 comments on commit ab8e59b

Please sign in to comment.