diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index d8a23f9f93..68c52737bb 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -3506,6 +3506,7 @@ jobs: with: license-id: ${{ steps.upgrade-to-replicated-sdk.outputs.license-id }} license-fields: '[{"name":"expires_at","value": ""}]' + integration-enabled: true # TODO: disable integration mode in app spec namespace: "$KOTS_NAMESPACE" - name: remove upgrade-to-replicated-sdk app @@ -3578,6 +3579,7 @@ jobs: with: license-id: ${{ steps.replicated-sdk-subchart-native-helm-v1.outputs.license-id }} license-fields: '[{"name":"expires_at","value": ""}]' + integration-enabled: true # TODO: disable integration mode in app spec namespace: "$KOTS_NAMESPACE" - name: remove replicated-sdk-subchart-native-helm-v1 app @@ -3650,6 +3652,7 @@ jobs: with: license-id: ${{ steps.replicated-sdk-subchart-replicated-helm.outputs.license-id }} license-fields: '[{"name":"expires_at","value": ""}]' + integration-enabled: true # TODO: disable integration mode in app spec namespace: "$KOTS_NAMESPACE" deployed-via-kubectl: true