Skip to content

Commit

Permalink
change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pandyamarut committed Mar 14, 2023
1 parent a428c3c commit 52c9a2b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/clouddefense/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: clouddefense
version: 3.1.0
version: 3.1.1
appVersion: 0.34.1
description: CloudDefense
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/clouddefense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ kubectl logs -n clouddefense clouddefense-64484d9579-qckms
In the logs you should have something similar to the following, indcating that CloudDefense has loaded the required plugins:
```bash
Fri Jul 8 16:07:24 2022: CloudDefense version 0.32.0 (driver version 39ae7d40496793cf3d3e7890c9bbdc202263836b)
Fri Jul 8 16:07:24 2022: CloudDefense initialized with configuration file /etc/clouddefense/clouddefense.yaml
Fri Jul 8 16:07:24 2022: CloudDefense initialized with configuration file /etc/clouddefense/falco.yaml
Fri Jul 8 16:07:24 2022: Loading plugin (k8saudit) from file /usr/share/clouddefense/plugins/libk8saudit.so
Fri Jul 8 16:07:24 2022: Loading plugin (json) from file /usr/share/clouddefense/plugins/libjson.so
Fri Jul 8 16:07:24 2022: Loading rules from file /etc/clouddefense/k8s_audit_rules.yaml:
Expand Down
2 changes: 1 addition & 1 deletion charts/clouddefense/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
labels:
{{- include "clouddefense.labels" . | nindent 4 }}
data:
clouddefense.yaml: |-
falco.yaml: |-
{{- include "clouddefense.clouddefensecollectorConfig" . }}
{{- toYaml .Values.clouddefense | nindent 4 }}
8 changes: 4 additions & 4 deletions charts/clouddefense/templates/pod-template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ spec:
{{- end }}
{{- end }}
{{- end }}
- mountPath: /etc/falco/clouddefense.yaml
- mountPath: /etc/falco/falco.yaml
name: falco-yaml
subPath: clouddefense.yaml
subPath: falco.yaml
{{- if .Values.customRules }}
- mountPath: /etc/falco/rules.d
name: rules-volume
Expand Down Expand Up @@ -319,8 +319,8 @@ spec:
configMap:
name: {{ include "clouddefense.fullname" . }}
items:
- key: clouddefense.yaml
path: clouddefense.yaml
- key: falco.yaml
path: falco.yaml
{{- if .Values.customRules }}
- name: rules-volume
configMap:
Expand Down
2 changes: 1 addition & 1 deletion charts/clouddefense/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ clouddefensectl:
pluginsDir: /plugins

######################
# clouddefense.yaml config #
# falco.yaml config #
######################
clouddefense:
# File(s) or Directories containing clouddefense rules, loaded at startup.
Expand Down
2 changes: 1 addition & 1 deletion charts/clouddefensecollector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.27.0
description: Connect CloudDefense to your ecosystem
icon: https://raw.githubusercontent.com/clouddefensesecurity/clouddefensecollector/master/imgs/clouddefensecollector_color.png
name: clouddefensecollector
version: 0.5.17
version: 0.5.18
keywords:
- monitoring
- security
Expand Down

0 comments on commit 52c9a2b

Please sign in to comment.