Similar to #71
The PDB resources in the chart use a single hard-coded label for selection:
|
selector: |
|
matchLabels: |
|
app: graylog-app |
|
selector: |
|
matchLabels: |
|
app: graylog-datanode |
Just like with services, if multiple releases exist in the same namespace, a single PDB would apply to pods from all releases. This could cause unexpected behavior.
Similar to #71
The PDB resources in the chart use a single hard-coded label for selection:
graylog-helm/charts/graylog/templates/policy/pdb/graylog.yaml
Lines 13 to 15 in 5ffb072
graylog-helm/charts/graylog/templates/policy/pdb/datanode.yaml
Lines 13 to 15 in 5ffb072
Just like with services, if multiple releases exist in the same namespace, a single PDB would apply to pods from all releases. This could cause unexpected behavior.