We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d06e1aa + 0249e7a commit a14edebCopy full SHA for a14edeb
3 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Release 133.0.1 (in development)
4
5
+### Enhancements
6
+
7
+- Ensure fluent-bit-certs secret is always created regardless of fluent-bit's state
8
+ (PR[#4876](https://github.com/scality/metalk8s/pull/4876))
9
10
## Release 133.0.0
11
12
### Breaking changes
salt/metalk8s/addons/logging/fluent-bit/deployed/init.sls
@@ -3,7 +3,6 @@
include:
- .configmap
- .service-configuration
- - .secret
- .chart
{%- else %}
salt/metalk8s/addons/logging/fluent-bit/deployed/service-configuration.sls
@@ -1,5 +1,6 @@
1
- ...deployed.namespace
+ - .secret
{%- set fluent_bit_config = salt.metalk8s_kubernetes.get_object(
kind='ConfigMap',
0 commit comments