Skip to content

Commit d65c7c0

Browse files
committed
remove prometheus from make deploy kustomize
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
1 parent 67df3df commit d65c7c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828

2929
- name: Build manager image
3030
run: |
31-
docker build -t ${{ env.IMG }} .
31+
# comment out prometheus from config/default/kustomization.yaml
32+
sed -i 's|^- ../prometheus|#- ../prometheus|' config/default/kustomization.yaml
33+
make build IMG=${{ env.IMG }}
3234
3335
- name: Load image into kind
3436
run: |

0 commit comments

Comments
 (0)