Skip to content

Commit

Permalink
use helm profile
Browse files Browse the repository at this point in the history
  • Loading branch information
wutianchen committed Oct 29, 2024
1 parent b786c76 commit 5975905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
run: |
echo "${{ github.workspace }}"
docker run --rm -v $PWD:/build datasqrl/cmd:"${{ inputs.sqrl_image_version }}" compile -c "${{ env.DEPLOYMENT_PACKAGE_NAME }}.json"
ls -la
shell: bash

- name: Build Docker Images
working-directory: "${{ env.EXAMPLE_NAME }}/build/deploy"
run: |
docker compose build
ls -la
shell: bash


Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Update kubeconfig for EKS
run: |
helm install test-dependencies oci://286928876767.dkr.ecr.us-east-1.amazonaws.com/namespace-dependencies --version "${{ env.HELM_CHART_VERSION }}" --namespace "${{ env.TEST_K8S_NAMESPACE }}"
# helm install test-pipeline1 ../../charts/sqrlpipeline/sqrlpipeline-${{ env.HELM_CHART_VERSION }}.tgz -f values.yaml --set-file flink_sql=./files/flink.sql --set-file database_schema_sql=./files/database-schema.sql --set-file server_config_json=./files/server-config.json --set-file server_model_json=./files/server-model.json --namespace "${{ env.TEST_K8S_NAMESPACE }}" --set deployment_id=53856403-840b-4334-8b31-836c7c482c1e
helm install test-pipeline1 ../../charts/sqrlpipeline/sqrlpipeline-${{ env.HELM_CHART_VERSION }}.tgz -f values.yaml --set-file flink_sql=./files/flink.sql --set-file database_schema_sql=./files/database-schema.sql --set-file server_config_json=./files/server-config.json --set-file server_model_json=./files/server-model.json --namespace "${{ env.TEST_K8S_NAMESPACE }}" --set deployment_id=53856403-840b-4334-8b31-836c7c482c1e
kubectl get pods -n "${{ env.TEST_K8S_NAMESPACE }}"
- name: Destroy
Expand Down

0 comments on commit 5975905

Please sign in to comment.