Skip to content

feat(kubernetes-ingress): Add Values.controller.extraEnvFrom to deployment and daemonset #157

feat(kubernetes-ingress): Add Values.controller.extraEnvFrom to deployment and daemonset

feat(kubernetes-ingress): Add Values.controller.extraEnvFrom to deployment and daemonset #157

Workflow file for this run

name: Commit subject
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: check-commit
uses: docker://haproxytech/check-commit:v2.1.0
env:
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}