securityContext bug in harbor exporter deployment
package values should be defined:
containerSecurityContext:
securityContext:
capabilities:
drop:
- ALL
template can be found here
While making fix. Audit all other securityContexts in Harbor for any formatting bugs
Edited by Christopher O'Connell