Skip to content

Commit

Permalink
fix: config fix v12
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Jan 29, 2025
1 parent 6dfc9cb commit 406640b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1-rc11
version: 0.3.1-rc12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 0 additions & 8 deletions charts/wazuh/templates/indexer/keycloak.secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,5 @@ stringData:

{{- $roles_mapping := $.Files.Get "files/configs/roles_mapping.yml" }}
"roles_mapping.yml": {{ include "common.tplvalues.render" (dict "value" $roles_mapping "context" $) | quote }}

{{ with .idp.metadata }}
"idp.metadata.xml": {{ include "common.tplvalues.render" (dict "value" . "context" $) | quote }}
{{ end }}

{{ with .sp.metadata }}
"sp.metadata.xml": {{ include "common.tplvalues.render" (dict "value" . "context" $) | quote }}
{{ end }}
{{- end -}}
{{ end }}
8 changes: 0 additions & 8 deletions charts/wazuh/templates/indexer/sts.indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,6 @@ spec:
mountPath: /usr/share/wazuh-indexer/opensearch-security/config.yml
subPath: config.yml
readOnly: true
- name: wazuh-keycloak-config
mountPath: /etc/wazuh-indexer/opensearch-security/idp.metadata.xml
subPath: idp.metadata.xml
readOnly: true
- name: wazuh-keycloak-config
mountPath: /etc/wazuh-indexer/opensearch-security/sp.metadata.xml
subPath: sp.metadata.xml
readOnly: true
- name: wazuh-keycloak-config
mountPath: /etc/wazuh-indexer/opensearch-security/roles_mapping.yml
subPath: roles_mapping.yml
Expand Down

0 comments on commit 406640b

Please sign in to comment.