Skip to content

FIX: Add optional volumes sdms

Arturo Hernandez [EPAM] requested to merge az-ah/optional-volume-ddms into master

This is related to !629 (merged)

Not sure which DDMS it is supposed to use this hostPath my guess it is seismic-ddms, let me know if this is not true, added optional feature to include ANY volume type, included hostPath. By defect added to the seismic-ddms values file.

This is blocking other DDMS development, such as RAFS Failing deploy job

Side note

Be aware that it is bad practice to use hostpath if the container does not contains proper security context or apparmor profile. I would recommend to use different approach to read/write logs for dotnet, such as read from log analytics space (MSI and SPN have privileges to do so).

@sumrazafar @nick.karsky this will keep failing in glab environment if the AKS policy it is not modified accordingly, be aware that this approach might be considered a security breach for some orgs.

Merge request reports