fixed vault and registry domain

This commit is contained in:
2025-01-13 22:44:45 +03:00
committed by devops
parent 9c9d8ae599
commit 12089d0968
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ on:
REGISTRY:
required: true
type: string
default: registry.project-rent-dev.com
default: registry.project-quest-dev.com
PROD_NAMESPACE:
required: true
type: string
@@ -69,7 +69,7 @@ jobs:
- name: Export secrets for deploy
run: |
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
echo "NAMESPACE=${{ inputs.PROD_NAMESPACE }}" >> $GITHUB_ENV
echo "VALUES_FILE=${{ inputs.PROD_VALUES_FILE }}" >> $GITHUB_ENV
echo "KUBECONF=${{ inputs.PROD_KUBECONF_SECRET_PATH }}" >> $GITHUB_ENV
@@ -82,7 +82,7 @@ jobs:
- name: Import config of k8s
uses: hashicorp/vault-action@v2
with:
url: https://vault.project-rent-dev.com
url: https://vault.project-quest-dev.com
token: ${{ secrets.VAULT_TOKEN }}
secrets: |
${{ env.KUBECONF }} | KUBECONFIG;