Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Nov 27, 2023
1 parent e049991 commit 80debcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: COMMAND=template ./k8s-helm/install-streaming.sh
- name: install quickstart
shell: bash
run: ./k8s-helm/install-streaming.sh --debug
run: NUSSKNACKER_SCHEMAS_CACHE_TTL=0s ./k8s-helm/install-streaming.sh --debug
- name: Test quickstart
shell: bash
run: ./common/tests/testK8sStreaming.sh
2 changes: 1 addition & 1 deletion k8s-helm/install-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COMMAND=${COMMAND:-"upgrade -i"}
helm $COMMAND $DEVEL_ARG "${RELEASE}" $HELM_REPO \
--wait \
$ADDITIONAL_VALS \
--set schemas_cache_entry_ttl="0s" \
--set schemas_cache_entry_ttl="${NUSSKNACKER_SCHEMAS_CACHE_TTL:-10s}" \
--set image.tag="${NUSSKNACKER_VERSION}" \
--set nussknacker.usageStatisticsReportsFingerprint="${USAGE_REPORTS_FINGERPRINT}" \
--set postgresql.auth.existingSecret="${RELEASE}-postgresql" $@
2 changes: 1 addition & 1 deletion k8s-helm/values-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ zookeeper:

extraEnv:
- name: NUSSKNACKER_LOG_LEVEL
value: TRACE
value: INFO

0 comments on commit 80debcb

Please sign in to comment.