Skip to content

Commit

Permalink
Minor CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Feb 1, 2024
1 parent ba9f608 commit a8857a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: cluster-info
name: cluster-info-${{ matrix.variant }}
path: |
cluster-info-${{ matrix.variant }}.txt
3 changes: 1 addition & 2 deletions templates/tests/multitenant-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

{{- if and .Values.authApi.enabled .Values.graphqlApi.enableAuth .Values.features.multitenancy -}}
{{- if and .Values.authApi.enabled .Values.graphqlApi.enableAuth .Values.features.multitenancy.enabled -}}
{{- $name := include "smartface.multitenantTests.name" . -}}
{{- $apiUrl := printf "http://%s.%s.svc.cluster.local:%d" (include "smartface.authApi.name" .) .Release.Namespace (.Values.authApi.servicePort | int) -}}
{{- $apiMetricsUrl := printf "http://%s.%s.svc.cluster.local:%d/metrics" (include "smartface.authApi.name" .) .Release.Namespace (.Values.metrics.port | int) -}}
Expand Down

0 comments on commit a8857a8

Please sign in to comment.