Skip to content

Commit cce0573

Browse files
author
Stanislav Shcherbakov
committedMar 20, 2025
refactor: remove unused Vault secrets import and clean up workflow
1 parent b6ee6c3 commit cce0573

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed
 

‎.github/workflows/vault-docker-helm.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,9 @@ jobs:
2727
secrets: |
2828
management/data/${{ vars.VAULT_SECRET_PATH }} *
2929
30-
- name: Import production secrets from Vault
31-
id: production
32-
uses: hashicorp/vault-action@v3
33-
with:
34-
url: ${{ vars.VAULT_ADDR }}
35-
path: management
36-
method: kubernetes
37-
role: production-${{ env.REPO_NAME }}
38-
secrets: |
39-
production/data/${{ env.REPO_NAME }}/${{ env.REPO_NAME }} *
40-
4130
- name: Checkout code
4231
uses: actions/checkout@v4
4332

44-
# - name: Create .env file
45-
# run: |
46-
# echo ${{ env }} > .env
47-
4833
- name: Login to Docker Registry
4934
uses: docker/login-action@v3
5035
with:

0 commit comments

Comments
 (0)