Skip to content

Commit

Permalink
fix: include missing metal auth type in compose.yaml (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel authored Feb 25, 2025
1 parent e541db0 commit d5509d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ services:
environment:
- METALCTL_HMAC=${METALCTL_HMAC}
- METALCTL_API_URL=${METALCTL_API_URL}
- METALCTL_HMAC_AUTH_TYPE=${METALCTL_HMAC_AUTH_TYPE}
volumes:
- ./files/ssh:/root/.ssh:ro
- ./files/ignition.json:/tmp/ignition.json
Expand Down

0 comments on commit d5509d1

Please sign in to comment.