You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently policy validation skips resources that are used within a Helm chart. The difficulty is that these resources are located within the Helm templating language.
One idea is to show validation within a preview. The challenge will be to give actionable help. The preview is readonly and rely on Helm source indicators: # Source: postgresql/templates/primary/statefulset.yaml.
The text was updated successfully, but these errors were encountered:
Original issue: kubeshop/monokle#1696
Currently policy validation skips resources that are used within a Helm chart. The difficulty is that these resources are located within the Helm templating language.
One idea is to show validation within a preview. The challenge will be to give actionable help. The preview is readonly and rely on Helm source indicators:
# Source: postgresql/templates/primary/statefulset.yaml
.The text was updated successfully, but these errors were encountered: