Skip to content

Commit

Permalink
fix: add missing labels for aad wi (#4409)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer committed Mar 29, 2023
1 parent 388bf37 commit f5995ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ deploy: kustomize manifests kustomize ## Deploy controller to the K8s cluster sp
$(KUSTOMIZE) edit set image ghcr.io/kedacore/keda=${IMAGE_CONTROLLER} && \
if [ "$(AZURE_RUN_AAD_POD_IDENTITY_TESTS)" = true ]; then \
$(KUSTOMIZE) edit add label --force aadpodidbinding:keda; \
fi && \
if [ "$(AZURE_RUN_WORKLOAD_IDENTITY_TESTS)" = true ]; then \
$(KUSTOMIZE) edit add label --force azure.workload.identity/use:true; \
fi
cd config/metrics-server && \
$(KUSTOMIZE) edit set image ghcr.io/kedacore/keda-metrics-apiserver=${IMAGE_ADAPTER} && \
Expand Down

0 comments on commit f5995ba

Please sign in to comment.