diff --git a/frontend/deploy/helm/frontend/templates/frontend.deployment.yaml b/frontend/deploy/helm/frontend/templates/frontend.deployment.yaml index e9c63c458..0ad826bca 100644 --- a/frontend/deploy/helm/frontend/templates/frontend.deployment.yaml +++ b/frontend/deploy/helm/frontend/templates/frontend.deployment.yaml @@ -6,7 +6,7 @@ metadata: name: aro-hcp-frontend spec: progressDeadlineSeconds: 600 - replicas: 2 + replicas: foo revisionHistoryLimit: 10 selector: matchLabels: diff --git a/helm-cmd.mk b/helm-cmd.mk index 1183f23a3..226a9162c 100644 --- a/helm-cmd.mk +++ b/helm-cmd.mk @@ -1,5 +1,5 @@ ifdef DRY_RUN -HELM_CMD ?= helm diff --install --suppress-secrets +HELM_CMD ?= helm lint --strict else HELM_CMD ?= helm upgrade --install endif