Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 20, 2024
1 parent b6aaab8 commit 1bf24f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: aro-hcp-frontend
spec:
progressDeadlineSeconds: 600
replicas: 2
replicas: foo
revisionHistoryLimit: 10
selector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion helm-cmd.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1bf24f3

Please sign in to comment.