Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 15, 2024
1 parent 72a2e0f commit 364350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
EVENTMESH_K8S_SECRET: ${{ secrets.EVENTMESH_K8S_SECRET }}
run: |
kubectl create cm config5 --from-literal=var5=${EVENTMESH_K8S_SECRET}
echo ${EVENTMESH_K8S_SECRET} | base64 --decode > kubectl apply -n kyma-system -f -
echo "${EVENTMESH_K8S_SECRET}" | base64 --decode > kubectl apply -n kyma-system -f -
- name: Create IAS application for EventMesh
env:
Expand Down

0 comments on commit 364350c

Please sign in to comment.