Skip to content

Commit

Permalink
Fix where a workflow was trying to use the wrong container
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Keay committed Oct 22, 2024
1 parent 42acbac commit fad9912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/argo-events/workflowtemplates/get-bmc-creds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
valueFrom:
path: "/tmp/output.txt"
container:
image: ghcr.io/rss-engineering/undercloud-deploy/argo-undercloud-rackspace3.11.8:latest
image: ghcr.io/rackerlabs/understack/ironic-nautobot-client:latest
command: [python]
args: ["/app/get_standard_bmc_creds.py", "{{inputs.parameters.ip_address}}"]
env:
Expand Down

0 comments on commit fad9912

Please sign in to comment.