Skip to content
Open
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
4 changes: 2 additions & 2 deletions admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "0.0.1"
version: 0.1.14
version: 0.1.15
name: admission-controller
description: Lacework admission controller using Lacework proxy scanner
type: application
Expand All @@ -15,4 +15,4 @@ dependencies:
- name: proxy-scanner
version: 0.10.0
condition: proxy-scanner.enabled
repository: https://lacework.github.io/helm-charts
repository: https://lacework.github.io/helm-charts
4 changes: 3 additions & 1 deletion admission-controller/templates/certs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if not .Values.certs.secret_name }}
apiVersion: v1
kind: Secret
metadata:
Expand All @@ -7,4 +8,5 @@ data:
ca.crt: {{ .Values.scanner.caCert }} # root CA for scanner
{{- end }}
admission.crt: {{ .Values.certs.serverCertificate }} # place server cert
admission.key: {{ .Values.certs.serverKey }} # place server key
admission.key: {{ .Values.certs.serverKey }} # place server key
{{- end }}