drone ci to push to github

This commit is contained in:
viktorbarzin 2021-02-14 18:23:49 +00:00
parent 03f8b5a9ac
commit f414a214de
2 changed files with 12 additions and 42 deletions

View file

@ -292,22 +292,6 @@ resource "kubernetes_deployment" "drone_runner" {
value = "true"
}
}
# volume {
# name = "tfvars"
# config_map {
# name = "tfvars"
# }
# }
# volume {
# name = "data"
# iscsi {
# target_portal = "iscsi.viktorbarzin.lan:3260"
# fs_type = "ext4"
# iqn = "iqn.2020-12.lan.viktorbarzin:storage:drone:tfstate"
# lun = 0
# read_only = false
# }
# }
}
}
}