Skip to content

Commit

Permalink
feat(coder): add minimal image option
Browse files Browse the repository at this point in the history
  • Loading branch information
tuana9a committed Sep 11, 2024
1 parent 3b111ba commit fad77a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 502-coder-templates/statefulset-base/coder_parameter.data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ data "coder_parameter" "image" {
name = "tuana9a/coder:base"
value = "tuana9a/coder:base"
}
option {
name = "tuana9a/coder:minimal"
value = "tuana9a/coder:minimal"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ data "coder_parameter" "image" {
name = "tuana9a/coder:base"
value = "tuana9a/coder:base"
}
option {
name = "tuana9a/coder:minimal"
value = "tuana9a/coder:minimal"
}
}

0 comments on commit fad77a8

Please sign in to comment.