Skip to content

Commit

Permalink
enable tib (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw authored Sep 26, 2024
1 parent 1dadad7 commit 976cc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/tyk-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ args=(
--set "tyk-mdcb.mdcb.license=$MDCB_LICENSE" \
--set "tyk-mdcb.mdcb.image.tag=$MDCB_VERSION" \
--set "tyk-mdcb.mdcb.service.type=NodePort" \
--set "tyk-dashboard.tib.enabled=true" \
);

addService "dashboard-svc-$tykReleaseName-tyk-dashboard";
Expand Down
1 change: 1 addition & 0 deletions src/main/tyk-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ args=(
--set "tyk-dashboard.dashboard.image.tag=$DASHBOARD_VERSION" \
--set "tyk-pump.pump.image.tag=$PUMP_VERSION" \
--set "tyk-pump.pump.image.repository=tykio/tyk-pump-docker-pub" \
--set "tyk-dashboard.tib.enabled=true" \
);

addService "dashboard-svc-$tykReleaseName-tyk-dashboard";
Expand Down

0 comments on commit 976cc38

Please sign in to comment.