Skip to content

Commit

Permalink
fix(admission-controller): Restore DRY_RUN env in config map, used by…
Browse files Browse the repository at this point in the history
… legacy AC (#1304)
  • Loading branch information
airadier authored Aug 22, 2023
1 parent d95e283 commit 616cad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: admission-controller
description: Sysdig Admission Controller using Sysdig Secure inline image scanner
type: application
version: 0.13.0
version: 0.13.1
appVersion: 3.9.26
home: https://sysdiglabs.github.io/admission-controller/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/admission-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For example:

```bash
helm upgrade --install admission-controller sysdig/admission-controller \
--create-namespace -n sysdig-admission-controller --version=0.13.0 \
--create-namespace -n sysdig-admission-controller --version=0.13.1 \
--set sysdig.secureAPIToken=YOUR-KEY-HERE,clusterName=YOUR-CLUSTER-NAME
```

Expand All @@ -80,7 +80,7 @@ For example:

```bash
helm upgrade --install admission-controller sysdig/admission-controller \
--create-namespace -n sysdig-admission-controller --version=0.13.0 \
--create-namespace -n sysdig-admission-controller --version=0.13.1 \
--values values.yaml
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data:
VERIFY_SSL: "{{ .Values.verifySSL }}"
K8S_AUDIT_DETECTIONS: "{{ .Values.features.k8sAuditDetections }}"
DENY_ON_ERROR: "{{ .Values.webhook.denyOnError }}"
DRY_RUN: "{{ .Values.webhook.dryRun }}"
HTTP_TIMEOUT: "{{ .Values.webhook.timeoutSeconds }}s"
{{- if .Values.features.kspmAdmissionController}}
SERVICE_PORT: "{{ .Values.webhook.v2.http.port }}"
Expand Down

0 comments on commit 616cad3

Please sign in to comment.