Skip to content

Commit

Permalink
add config to helm
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 10, 2023
1 parent b172516 commit f7659dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
config: "./kind-config.yaml"

- name: Extract and encode kubeconfig from kind
run: |
kubectl config view --minify --flatten > ./kubeconfig.yml
echo "KUBE_CONFIG_DATA=$(cat ./kubeconfig.yml | base64 | tr -d '\n')" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -36,6 +41,8 @@ jobs:

- name: deploy redis-operator to cluster
uses: wahyd4/kubectl-helm-action@master
env:
KUBE_CONFIG_DATA: ${{ env.KUBE_CONFIG_DATA }}
with:
args: |
helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/
Expand Down

0 comments on commit f7659dc

Please sign in to comment.