Skip to content

Commit

Permalink
test integration mode since dev licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 3, 2023
1 parent 60bb2d9 commit fc25a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fc25a7d

Please sign in to comment.