deploy flux to cluster

This commit is contained in:
Julian Tölle 2020-05-06 01:35:52 +02:00
parent 2863062e44
commit 4219439b5e
4 changed files with 39 additions and 0 deletions

View file

@ -65,3 +65,12 @@ variable cert_manager_version {
type = string
default = "v0.14.3"
}
variable flux_version {
type = string
default = "v1.3.0"
}
variable flux_git_url {
type = string
}