Michael Bushey

Results 36 comments of Michael Bushey

This sounds like it could be an issue I had after an upgrade caused by multiple controllers: https://github.com/argoproj/argo-cd/issues/5754

I just copied the missing Add so we have Add and Sub. Right now I'm Subtracting a negative so it's working for my use but klunky. I'm making a short...

Just copy the plugins to `/usr/local/bin` and it works. No reason to do all this song and dance pollute the PATH crap.

The lovoo image is still completely broke. The tolleiv image is working.

This project is using Kustomize, which is superior to Helm. There's a reason why Kustomize is now built into kubectl, and helm is not.

@marianrh > I can confirm that files uploaded to Nextcloud get the UID/GID as set in `docker-compose.yaml`. Can you tell me how you set the UID/GID in docker-compose?

Thanks @marianrh. I added this to the nextcloud config: ``` user: 1000:1000 sysctls: - net.ipv4.ip_unprivileged_port_start=0 ``` (BTW the comment on the sysctls entry just refers to this thread) Removing the...

I was able to set `mapall=michael` to the ZFS share property on the FreeBSD NFS server and it seems to be working just fine with Nextcloud running as www-data.

I guess it's dynamic and does not write to an inventory file. The raw install python is not idempotent so I figured it just wasn't working. - In the raw...

You should also create a `group_vars/all` file so people can specify the correct pem to use: ``` $ cat group_vars/all ansible_ssh_private_key_file: ~/.ssh/my_key ```