Dinar Valeev
Dinar Valeev
Fixes https://github.com/weaveworks/tf-controller/issues/408 Signed-off-by: Dinar Valeev
Currently there is no way to set TF_LOG and logging done on terraform-exec level
Right now aws-package have hardcoded namespace, repository and version. Which breaks existing helm installation `failed to create resource: namespaces "flux-system" not found`
It seems to be only source revision is taken as plan ID. When any object property changes a new plan must be generated and plan ID changed, otherwise previous approval...
During execution several files are generated: * values.json * backend.json It would be really helpful to be able to generate files for local execution/inspection
When creating a VIP if autoallocate is set along with static IP, autoallocate is taking over precedence.
If GitOps setups secrets are not commited to the helm values, but rather delivered aside by for example ExternalSecrets. Hence we need an ability to inject CTRL_USERNAME and CTRL_PASSWORD from...
According to [values.yaml](https://github.com/coredns/helm/blob/master/stable/coredns/values.yaml#L130) dns:// is supposed to be udp only with optional tcp enablement through use_tcp flag. Signed-off-by: Dinar Valeev
There are cases where zones are different but plugins are. In order to avoid duplication of whole zone block configuration, allow to disable config map creation and let it to...
Caps behaves like shift only for latin characters. In case we're typing - for example with caps enabled, SLOF picks _ char from shifted table. Threat caps as shift only...