feat(runway-eks): Add a config map configuring application default credentials.
feat(runway-eks): Add a config map configuring application default credentials.
-
runway-base
: add thespec.configMapVolumes
to the chart, allowing users to configureConfigMap
volume mounts. -
runway-eks
: add a config map with the Workload Identity Federation config. This data is not confidential and merely tells the application how to aquire credentials. -
runway-eks
: append this config map to thespec.configMapVolumes
field.
Issue: team#679