Skip to content

Commit

Permalink
Added helm deployment to K8s test
Browse files Browse the repository at this point in the history
Signed-off-by: Said Sef <saidsef@gmail.com>
  • Loading branch information
saidsef committed Aug 19, 2022
1 parent 5b60698 commit a4457d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Run K8s test
run: |
kubectl cluster-info
kubectl version --short
export NS=`cat deployment/kustomization.yml | grep namespace | awk '{ print $2 }'`
if [ -z "$NS" ]; then
export NS='data'
Expand All @@ -104,6 +105,8 @@ jobs:
kubectl apply -n $NS -k deployment/
kubectl get all -n $NS
helm install kinesis charts/kinesis --namespace kinesis --create-namespace
auto-approve:
runs-on: ubuntu-latest
needs: [build, k8s-test]
Expand Down

0 comments on commit a4457d7

Please sign in to comment.