Corey McGregor
Corey McGregor
I would be a huge fan of this 🙏🏻
Same, just about to disable `prometheus` and `serviceMonitor` to deploy my own `ServiceMonitor` definition.
Really seems like it should be a piece of cake to add an option that skips the call to `exportCredentials` for users that require multiple profiles be authenticated. Force exporting...
@f41gh7 I think these examples _definitely_ need to be put into the documentation somewhere (maybe for the operator?). Just saved me a tonne of time 🥇 Thank you
I ended up writing a wrapper that essentially looks like this: ```bash #!/usr/bin/env bash # Read AWS profile, role name and role ARN from parameters profile=$1 role=$2 role_arn=$3 region=${4:-ap-southeast-2} #...