mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 03:57:44 +03:00
open-appsec helm chart update Mon Feb 12 17:56:07 IST 2024
This commit is contained in:
@@ -120,6 +120,10 @@ env:
|
||||
# name: api_key
|
||||
# client_name: testClient
|
||||
|
||||
# Load all ConfigMap or Secret keys as environment variables:
|
||||
# https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables
|
||||
envFrom: []
|
||||
|
||||
# This section can be used to configure some extra labels that will be added to each Kubernetes object generated.
|
||||
extraLabels: {}
|
||||
|
||||
@@ -565,6 +569,10 @@ ingressController:
|
||||
# customEnv:
|
||||
# TZ: "Europe/Berlin"
|
||||
|
||||
# Load all ConfigMap or Secret keys as environment variables:
|
||||
# https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables
|
||||
envFrom: []
|
||||
|
||||
admissionWebhook:
|
||||
enabled: true
|
||||
failurePolicy: Ignore
|
||||
@@ -1247,7 +1255,7 @@ appsec:
|
||||
#registry:
|
||||
repository: ghcr.io/openappsec
|
||||
image: "agent"
|
||||
tag: "1.1.3"
|
||||
tag: "1.1.5"
|
||||
pullPolicy: Always
|
||||
|
||||
securityContext:
|
||||
@@ -1261,7 +1269,7 @@ appsec:
|
||||
kong:
|
||||
image:
|
||||
repository: "ghcr.io/openappsec/kong-attachment"
|
||||
tag: "1.1.3"
|
||||
tag: "1.1.5"
|
||||
configMapName: appsec-settings-configmap
|
||||
configMapContent:
|
||||
crowdsec:
|
||||
|
Reference in New Issue
Block a user