MorningSpace
MorningSpace
# Summary It looks there's no way to do some post delete work when I delete an Argo Application, e.g.: to clean up something. # Motivation For example, I have...
I have a git repo where it has a `gh-pages` branch used to host a helm repo. So, there is an existing `index.yaml` auto-generated by GitHub Action. Now I am...
### Summary It looks the current gopass behavior is that it will auto sync all the time where there is a change. However, in a team sharing scenario, I'd like...
Background of this use case, see: #1878.
### What problem are you facing? I have two managed resources where one depends on the other. When delete the two resources, one will fail if the other is deleted...
**Description** When I try to export an image using `ctr`, it failed w/ below error message: ``` ctr -n k8s.io images export image.tar ctr: failed to get reader: content digest...
### What problem are you facing? This is a follow-up issue based on review comments from @turkenh in PR #21, where we introduced a way to add/remove finalizer to referred...
### What problem are you facing? Provider kubernetes is designed to provision and manage Kubernetes objects on (remote) Kubernetes clusters. For a normal Kubernetes object such as a ConfigMap or...
### What problem are you facing? It looks in the current implementation, when defining roles and collections as requirements, they are mutually exclusive, while in Ansible requirements.yml, it supports mixed...
For the configuration source, we have two options, `remote` and `inline`, which are now mutual exclusive. Can we support the use of both at the same time? The reason for...