Skip to content

Commit

Permalink
ci: run kube-linter for all charts (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 23, 2024
1 parent e971ef8 commit 0b9bbde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ shellcheck: mise
tools: kube-linter chartsnap shellcheck

.PHONY: lint
lint: tools lint.charts.kong lint.shellcheck
lint: tools lint.charts lint.shellcheck

.PHONY: lint.charts.kong
lint.charts.kong:
$(KUBE_LINTER) lint charts/kong
.PHONY: lint.charts
lint.charts:
$(KUBE_LINTER) lint charts/

.PHONY: lint.shellcheck
lint.shellcheck: shellcheck
Expand Down
4 changes: 4 additions & 0 deletions charts/gateway-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ spec:
capabilities:
drop:
- ALL
ports:
- containerPort: 8081
name: probe
protocol: TCP
volumeMounts:
{{- include "kong.volumeMounts" . | nindent 8 }}
- args:
Expand Down

0 comments on commit 0b9bbde

Please sign in to comment.