Skip to content

Commit

Permalink
make kustomize work
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Oct 31, 2023
1 parent eb2dcc8 commit 9c8e2c0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,14 @@ jobs:
run: |
# Change the image name to those just built and pushed.
kustomize edit set image uffizzi/hello-world-k8s=${{ needs.build-image.outputs.tags }}
cp ./kubeconfig-1276 ./kubeconfig-1282 ./github/k8s
# Apply kustomized manifests to virtual cluster.
kubectl apply --kustomize .github/k8s --kubeconfig ./kubeconfig-1276
kubectl apply --kustomize .github/k8s --kubeconfig ./kubeconfig-1282
(
cd ./github/k8s
kubectl apply --kustomize . --kubeconfig ./kubeconfig-1276
kubectl apply --kustomize . --kubeconfig ./kubeconfig-1282
)
# Allow uffizzi to sync the resources
sleep 5
Expand Down

0 comments on commit 9c8e2c0

Please sign in to comment.