Skip to content

Commit

Permalink
Merge pull request #259 from Chia-Network/migrate
Browse files Browse the repository at this point in the history
Migrate
  • Loading branch information
pmaslana authored Feb 20, 2024
2 parents 5e1e4fd + e5695de commit 5cf5a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
url: ${{ secrets.VAULT_URL }}
token: ${{ env.VAULT_TOKEN }}
secrets: |
secret/data/fmt/k8s/fremont-public api_server_url | K8S_API_SERVER_URL;
secret/data/fmt/k8s/fmt-k8s-public api_server_url | K8S_API_SERVER_URL;
- name: Login to k8s cluster
uses: Chia-Network/actions/vault/k8s-login@main
with:
vault_url: ${{ secrets.VAULT_URL }}
vault_token: ${{ env.VAULT_TOKEN }}
backend_name: fremont-public
backend_name: fmt-k8s-public
role_name: github-actions
cluster_url: ${{ env.K8S_API_SERVER_URL }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ jobs:
url: ${{ secrets.VAULT_URL }}
token: ${{ env.VAULT_TOKEN }}
secrets: |
secret/data/fmt/k8s/fremont-public api_server_url | K8S_API_SERVER_URL;
secret/data/fmt/k8s/fmt-k8s-public api_server_url | K8S_API_SERVER_URL;
- name: Login to k8s cluster
uses: Chia-Network/actions/vault/k8s-login@main
with:
vault_url: ${{ secrets.VAULT_URL }}
vault_token: ${{ env.VAULT_TOKEN }}
backend_name: fremont-public
backend_name: fmt-k8s-public
role_name: github-actions
cluster_url: ${{ env.K8S_API_SERVER_URL }}

Expand Down

0 comments on commit 5cf5a1d

Please sign in to comment.