Skip to content

Commit

Permalink
main.tf: Add comment for reference to mod
Browse files Browse the repository at this point in the history
MiguelNdeCarvalho committed Jul 8, 2024

Verified

This commit was signed with the committer’s verified signature.
gsmet Guillaume Smet
1 parent 1d78320 commit a34d6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -127,6 +127,7 @@ resource "kubernetes_deployment" "main" {
image = "${var.image_repository}:${var.image_tag}"

env {
# Ref: https://github.com/linuxserver/docker-mods/tree/openssh-server-ssh-tunnel
name = "DOCKER_MODS"
value = "linuxserver/mods:openssh-server-ssh-tunnel"
}

0 comments on commit a34d6ef

Please sign in to comment.