Skip to content

Commit

Permalink
Fix missing windows enabled value in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerace authored and Arvind Iyengar committed Apr 5, 2021
1 parent c0f627e commit 1124192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
rbac:
enabled: true
psp:
@@ -85,3 +93,75 @@
@@ -85,3 +93,77 @@
additionalLabels: {}
metricRelabelings: []
relabelings: []
Expand Down Expand Up @@ -112,3 +112,5 @@
+ enabled: true
+ seLinux:
+ enabled: false
+ windows:
+ enabled: false
2 changes: 1 addition & 1 deletion packages/rancher-logging/package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://kubernetes-charts.banzaicloud.com/charts/logging-operator-3.9.4.tgz
packageVersion: 00
releaseCandidateVersion: 00
releaseCandidateVersion: 01
additionalCharts:
- workingDir: charts-crd
crdOptions:
Expand Down

0 comments on commit 1124192

Please sign in to comment.