Tags: google/kctf
Tags
operator: add env to config/manager/manager.yaml (#417) * operator: add env to config/manager/manager.yaml it not being there causes it to not be present in install.yaml, which in turn breaks the injection in kctf-cluster * fix build-installer calls kctf-operator/dist/ is redundant, so remove it calling build-installer from the build-operator action is a noop, as it is not commited later ideally we'd commit the result, but that'd require a bigger rework of the image update action * Automated commit: update images.
Update activate (#392) * Update activate Moved "export KCTF_CTF_DIR" into macOS check to use grealpath instead of realpath which doesn't seem supported. * Update activate Moved "export KCTF_CTF_DIR" into macOS check to use grealpath instead of realpath which doesn't seem supported. * updating activate to include both grealpath and realpath * updating fix per @sroettger's suggestion
Revert back to w/o timeout (#379) * Revert back to w/o timeout It turns out that `{timeout: 1500}` sets a timeout for the entire request to finish but throws when it is exceeded. This error would need to get caught and then decided upon what to do which complicates things. Changed the order so that page.goto can be awaited but still closed after a timeout. * Update bot.js
PreviousNext