Skip to content

Commit

Permalink
testing add diff
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 20, 2024
1 parent 95e3147 commit d44a6e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deploy:
TENANT_ID=$(shell az account show --query tenantId --output tsv) && \
kubectl create namespace aro-hcp --dry-run=client -o json | kubectl apply -f - && \
kubectl label namespace aro-hcp "istio.io/rev=$${ISTO_VERSION}" --overwrite=true && \
helm upgrade --install ${HELM_DRY_RUN} aro-hcp-frontend-dev \
helm diff --install ${HELM_DRY_RUN} aro-hcp-frontend-dev \
deploy/helm/frontend/ \
--set azure.clientId=$${SECRET_STORE_MI_CLIENT_ID} \
--set azure.tenantId=$${TENANT_ID} \
Expand Down
2 changes: 1 addition & 1 deletion frontend/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resourceGroups:
dryRun:
variables:
- name: HELM_DRY_RUN
value: "--dry-run=server --debug"
value: "--suppress-secrets"
variables:
- name: ARO_HCP_IMAGE_ACR
configRef: svcAcrName
Expand Down
1 change: 1 addition & 0 deletions run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ fi

make -s -C ${PROJECT_ROOT_DIR}/tooling/templatize templatize
TEMPLATIZE="${PROJECT_ROOT_DIR}/tooling/templatize/templatize"
helm plugin install https://github.com/databus23/helm-diff

CONFIG_FILE=${CONFIG_FILE:-${PROJECT_ROOT_DIR}/config/config.yaml}
$TEMPLATIZE pipeline run \
Expand Down

0 comments on commit d44a6e0

Please sign in to comment.