Skip to content

feat: add resource limits to consumer, kafka brokers and namespace #16

feat: add resource limits to consumer, kafka brokers and namespace

feat: add resource limits to consumer, kafka brokers and namespace #16

Workflow file for this run

name: Helm Chart Validation
on:
workflow_dispatch:
pull_request:
branches: [master]
jobs:
lint:
name: Helm Chart Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Linting the Helm Chart
run: |
pwd
helm lint .
shell: bash
- name: Generate a template
run: |
pwd
cd ../
helm template infra-helm-chart
shell: bash