Skip to content

Commit

Permalink
Fixed CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Jan 11, 2024
1 parent 4fb67af commit 59b4770
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
env:
REGISTRY_PASS: ${{ secrets.REGISTRY_PASS }}
LICENSE_BASE64: ${{ secrets.LICENSE_BASE64 }}
TENANT_1_ID: ${{ secrets.TENANT_1_ID }}
TENANT_1_SECRET: ${{ secrets.TENANT_1_SECRET }}
run: |
kubectl create secret docker-registry --dry-run=client sf-gitlab-registry-creds \
--docker-server=registry.gitlab.com \
Expand All @@ -51,6 +49,9 @@ jobs:
kubectl apply -f docker-secret.yaml
kubectl apply -f lic-secret.yaml
- name: Install helm chart
env:
TENANT_1_ID: ${{ secrets.TENANT_1_ID }}
TENANT_1_SECRET: ${{ secrets.TENANT_1_SECRET }}
run: |
helm install -f ci-values.yaml --set tests.authentication.tenant1.clientId ${TENANT_1_ID} --set tests.authentication.tenant1.clientSecret ${TENANT_1_SECRET} smartface .
kubectl rollout status deployment sf-api --timeout=300s
Expand Down

0 comments on commit 59b4770

Please sign in to comment.