Skip to content

helm: remove default args, always use generated values

Ghost User requested to merge helm-values into master
  • setting defaults in definitions forbids the user to set it's own default which is not practical
  • we can assume that values passed from the values attributes take precedence over other values files
  • user is free to add more values files via args
  • when the user add it's own value files he doesn't need to think to add the values file generated by trackbone to args

Merge request reports

Loading