Skip to content

Commit

Permalink
chore: update concierge config format (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored and addyess committed Nov 3, 2024
1 parent 40192c7 commit 119d3fa
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/bootstrap/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,18 @@ EOF
cat <<EOF >> concierge.yaml
host:
snaps:
- charm/${charm_channel}
- charmcraft/${charmcraft_channel}
- jq/${jq_channel}
- juju-bundle/${juju_bundle_channel}
- juju-crashdump/${juju_crashdump_channel}
- kubectl
charm:
channel: ${charm_channel}
charmcraft:
channel: ${charmcraft_channel}
jq:
channel: ${jq_channel}
juju-bundle:
channel: ${juju_bundle_channel}
juju-crashdump:
channel: ${juju_crashdump_channel}
kubectl:
channel: stable
EOF

echo "::group::Concierge (concierge.yaml):"
Expand Down

0 comments on commit 119d3fa

Please sign in to comment.