UNCLASSIFIED - NO CUI

MinIO: Pass in Access Key and Secret Key

The BigBang chart should have the ability to override the default MinIO access key and secret key maybe with the following:

minio:
  instance:
    accesskey: userprovided
    secretkey: userprovided

If none are passed in, a randomly generated one should be used and should not be re-generated each time the Helm Controller applies the HelmRelease

Edited by runyontr