armadaproject / armada-operator

Apache License 2.0
13 stars 10 forks source link

fix: config flag #297

Closed jpoler closed 2 months ago

jpoler commented 7 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.

Sovietaced commented 5 months ago

@dejanzele this can be closed