deploy flux helm-operator to cluster

This commit is contained in:
Julian Tölle 2020-05-20 01:21:44 +02:00
parent 0f007bfea3
commit 36b4fe6a6e
4 changed files with 48 additions and 4 deletions

View file

@ -74,3 +74,8 @@ variable flux_version {
variable flux_git_url {
type = string
}
variable helm_operator_version {
type = string
default = "v1.0.1"
}