Skip to content

Commit

Permalink
add manifests for ui tests. Vault
Browse files Browse the repository at this point in the history
  • Loading branch information
nguni52 committed Feb 24, 2025
1 parent 8964f29 commit 4045184
Show file tree
Hide file tree
Showing 2 changed files with 840 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: helm repo add hashicorp https://helm.releases.hashicorp.com

- name: Install Vault on cluster
run: helm install vault hashicorp/vault --values ui-tests/tests/manifests/vault/helm-values.yaml
run: helm install vault hashicorp/vault --values ui-tests/manifests/vault/helm-values.yaml

- name: Wait for kube api server to process and create vault
run: sleep 60s
Expand Down
Loading

0 comments on commit 4045184

Please sign in to comment.