From f0bc3504f1181ba4567be3476b1cb65a116075ed Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Fri, 20 Dec 2024 12:10:33 +0100 Subject: [PATCH] testing add diff --- frontend/Makefile | 2 +- frontend/pipeline.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Makefile b/frontend/Makefile index 27a7d5b86..a2dd7bef3 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -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} \ diff --git a/frontend/pipeline.yaml b/frontend/pipeline.yaml index f674f7e0c..ab4d1dc8b 100644 --- a/frontend/pipeline.yaml +++ b/frontend/pipeline.yaml @@ -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