Skip to content

Commit

Permalink
Add missing vars for charm promote template
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Dec 1, 2024
1 parent 66d6b62 commit 6bd187f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion terraform-plans/configs/charm-duplicity_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ templates = {
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
vars = {
charmcraft_channel = "2.x/stable",
}
}
release = {
source = "./templates/github/charm_release.yaml.tftpl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ templates = {
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
vars = {
charmcraft_channel = "2.x/stable",
}
}
release = {
source = "./templates/github/charm_release.yaml.tftpl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ templates = {
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
vars = {
charmcraft_channel = "2.x/stable",
}
}
release = {
source = "./templates/github/charm_release.yaml.tftpl"
Expand Down
4 changes: 3 additions & 1 deletion terraform-plans/configs/charm-storage-connector_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ templates = {
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
vars = {
charmcraft_channel = "2.x/stable",
}
}
release = {
source = "./templates/github/charm_release.yaml.tftpl"
Expand Down

0 comments on commit 6bd187f

Please sign in to comment.