Vladislav Klimenko

Results 46 comments of Vladislav Klimenko

Hi @gavinbunney hit the same issue: ``` data "kubectl_path_documents" "dashboard-manifests" { pattern = "${path.module}/yaml/dashboard.yaml" } resource "kubectl_manifest" "dashboard" { count = length(data.kubectl_path_documents.dashboard-manifests.documents) yaml_body = element(data.kubectl_path_documents.dashboard-manifests.documents, count.index) } ``` Error in...

> this happens only if it is used inside a module @gavinbunney Confirm, in my case it does not work inside a module

To use `dnf` is an interesting idea, thanks for this suggestion!

The issue consists of three parts, actually: 1. URL in `navigate command` to browser is based on `xmpp_domain` instead of `xmpp_server_hosts`. I've expected that Jibri would connect to one of...

@aaronkvanmeerten that you for the detailed explanation! Regarding `https` requirements it is clear - Chrome simply needs https for WebRTC. As to `a string template to be provided in the...

> seems like a aws config missing. Yes, it does. Operator writes in its log ``` Could not get platform aws: Failed to create config file from /.kube/config ** ```...

This issue is planned for implementation. Hope to provide some updates rather soon

Hello Misko! Thanks a lot! All these changes looks very interesting! Can you, please, elaborate a little items **1** and **4**, to clarify what exactly you propose. Items **2** and...

Are there any other details available?