Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update publisher config in helm chart + remove unwanted helm config #593

Merged
merged 2 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ application:
name: knoxautopolicy
network:
operation-mode: 1 # 1: cronjob | 2: one-time-job
operation-trigger: 5
operation-trigger: 100
cron-job-time-interval: "0h0m10s" # format: XhYmZs
network-log-limit: 10000
network-log-from: "kubearmor" # db|hubble|feed-consumer|kubearmor
network-log-from: "hubble" # db|hubble|feed-consumer|kubearmor
network-policy-to: "db" # db, file
network-policy-dir: "./"
namespace-filter:
Expand Down Expand Up @@ -33,7 +33,12 @@ observability:
cron-job-time-interval: "0h0m10s" # format: XhYmZs
dbname: ./accuknox-obs.db
system-observability: true
network-observability: true
network-observability: false
write-logs-to-db: true

publisher:
enable: true
cron-job-time-interval: "0h1m00s" # format: XhYmZs

database:
driver: sqlite3
Expand Down
23 changes: 0 additions & 23 deletions deployments/helm/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions deployments/helm/Chart.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions deployments/helm/configmapfiles/conf.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions deployments/helm/templates/_helpers.tpl

This file was deleted.

38 changes: 0 additions & 38 deletions deployments/helm/templates/deployment.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions deployments/helm/templates/dev-config.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions deployments/helm/templates/hpa.yaml

This file was deleted.

93 changes: 0 additions & 93 deletions deployments/helm/templates/kafka-secret.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions deployments/helm/templates/secret.yaml

This file was deleted.

Loading