George Gaál
George Gaál
Fix the typo in doc
Hello! I'd like to completely manage the Knative installation with the operator. It is easy and nice. But in fact I didn't find any option to install `net-certmanager-controller` component of...
This PR closes #576
Hello, Currently, Wazuh utilizes an `.sh`-based approach for managing certificates. While functional, this method presents certain challenges, including manual rotation and limited support for modern Kubernetes environments which are based...
Good day! I am trying to install headlamp in test lab env. I found that there is missing `ingressClassName` in helm chart in ingress definition. It means that there must...
Good day Sirs, I am experimenting with your helm chart extensively. And found the next thing. I can set up oidc settings with the `config.oidc.secret.create: false` value. It leads to...
Hi! As an user I want to pass an additional command line arguments to the headlamp deployment. Now there is no such an option. Particularly I am interested in `-insecure-ssl`...
Hello! I am trying to install Headlamp like a helm chart with a custom Kubernetes endpoint. So I prepared such a values file: ``` ... env: - name: KUBERNETES_SERVICE_HOST value:...
https://github.com/aenix-io/cozystack/blob/b838ee5729008fdd2192e572549637353ea612f2/packages/apps/kubernetes/templates/csi/deploy.yaml#L24 add ```yaml - key: node-role.kubernetes.io/control-plane operator: Exists effect: "NoSchedule" ``` to the list of tolerations. Also check all other charts for the same issue.
Hello! I've faced with next problem. I want to recursively copy all messages from one mailbox to another. Both mails are located on YANDEX mail server. I use next command...