Charles Moulliard
Charles Moulliard
- Created a container image packaging: docker client, kind, kubectx, kubens, helm, kubectl - Containerizing the kind-reg-ingress script to avoid to have to install tools locally
## issue When the Hetzner VM is deleted, the password store entries are not at all deleted but a `git push` action is taking place: https://github.com/snowdrop/k8s-infra/blob/e40c563681430c736f7fc0257ad5f8f98e0596f5/hetzner/ansible/hetzner-delete-server.yml#L34-L39. Why ?
## Issue The `passstore_controller_inventory.yml` file includes 2 [tasks](https://github.com/snowdrop/k8s-infra/blob/fde4717e93f50dfa4dc924ad21bf8ba31b8f58ff/ansible/playbook/passstore_controller_inventory.yml#L44-L67) very similar ``` - name: "Execute create inventory, if tagged as so" include_role: name: "passstore/ansible_inventory" apply: tags: - always vars: pass_l1: "{{...
## Issue On macos, we can't get the IP address of the VM running on Virtualbox ``` podman-machine version podman-machine version dev, build 16aed9e podman-machine status box Running podman-machine ip...
## Question How can we define the home.html page which is pointing to `resources/templates/home.html`? I tried using an ApplicationScope class and `@Resource(name="home.html")` without success ``` package io.halkyon; import io.quarkus.qute.Template; import...
## Hey, I just made a Pull Request! - WIP. - Issue: #21866 - Create new gitea scaffolder backend action to publish on gitea #### :heavy_check_mark: Checklist - [x] A...
### 🔖 Feature description Add a new builtin action to publish a scaffolded project to a gitea repository ### 🎤 Context This feature is needed as currently we can use...
### 📜 Description Gitea action to create a new repository blocks till the maxDuration is reaching the 20s even if the repository has been created. the problem is due to...
### Feature request Have you considered part of the Tekton project to propose a tool or a UI screen on the hub able to skaffold a Task like also to...
## Issue When we execute the script `python widevine-dl.py` from a terminal, then we got this error on mac ``` Decrypting WideVine DRM.. (Takes some time) sh: mp4decrypt: command not...