kafka-ui/.gitignore
Davide Madrisan a278e25c61
[kafka-ui chart] Add extra podLabels and ingress/egress custom rules (#1160)
* [kafka-ui chart] Make it possible to declare custom podLabels

Make it possible to declare extra labels for the Kafka-UI pod.

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>

* [kafka-ui chart] Add support for egress/ingress custom rules

* [kafka-ui chart] Fix the warning: cannot overwrite table with non table

Fix the warnings displayed by helm template:

   coalesce.go:200: warning: cannot overwrite table with non table for customRules (map[])
   coalesce.go:200: warning: cannot overwrite table with non table for customRules (map[])
2021-12-06 11:12:44 +03:00

41 lines
426 B
Text

HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/
/kafka-ui-api/app/node
.DS_Store
*.code-workspace
*.tar.gz
*.tgz
/docker/*.override.yaml