Closed jpoler closed 2 months ago
Armada operator is setting args to be:
containers: - args: - run - /config/application_config.yaml - /config/application_config.yaml
Where it should be
containers: - args: - run - --config - /config/application_config.yaml
This resulted in pods failing to load the config file and reverting to defaults.
@dejanzele this can be closed
Armada operator is setting args to be:
Where it should be
This resulted in pods failing to load the config file and reverting to defaults.